#0B988C

Color #0B988C Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0B988C

Tints of Dark Cyan #0B988C

Color information

#0B988C (or 0x0B988C) is unknown color: approx Dark Cyan. HEX triplet: 0B, 98 and 8C. RGB value is (11,152,140). Sum of RGB (Red+Green+Blue) = 11+152+140=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #0B988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B988C is #F46773. Grayscale: #6C6C6C. Windows color (decimal): -16017268 or 9213963. OLE color: 9213963.

HSL color Cylindrical-coordinate representation of color #0B988C: hue angle of 174.89º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B988C is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB11152140-
CMYK0.9300.080.40
HSL174.89º86.5%31.96%-
HSV(B)174.89º92.76%59.61%-
XYZ16.124.4228.68-
YUV108.47145.7958.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.63%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 140 (55.08% from 255) = 46.20%
R=3.63%
G=50.17%
B=46.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111521400.9300.080.40174.8986.531.96
HexB988C5D0828af5720
Octal132302141350105025712740
Binary10111001100010001100101110101000101000101011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B988C; }

 p { color: rgb(11,152,140); }

 H1.HeaderClassName
 {
   color: #0B988C;
 }
 .AnyTagClassName
 {
   color: #0B988C;
 }
</style>
background-color css

<style>
 a { background-color: #0B988C; }

 a { background-color: rgb(11,152,140); }

 div.DivClassName
 {
   background-color: #0B988C;
 }
 .BgClassName
 {
   background-color: #0B988C;
 }
</style>
border-color css

<style>
 span { border-color: #0B988C; }

 span { border-color: rgb(11,152,140); }

 td.TdClassName
 {
   border-color: #0B988C;
 }
 .TagClassName
 {
   border-color: #0B988C;
 }
</style>