#0B9889

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

Shades of Dark Cyan #0B9889

Tints of Dark Cyan #0B9889

Color information

#0B9889 (or 0x0B9889) is unknown color: approx Dark Cyan. HEX triplet: 0B, 98 and 89. RGB value is (11,152,137). Sum of RGB (Red+Green+Blue) = 11+152+137=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #0B9889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9889 is #F46776. Grayscale: #6C6C6C. Windows color (decimal): -16017271 or 9017355. OLE color: 9017355.

HSL color Cylindrical-coordinate representation of color #0B9889: hue angle of 173.62º 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 #0B9889 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB11152137-
CMYK0.9300.100.40
HSL173.62º86.5%31.96%-
HSV(B)173.62º92.76%59.61%-
XYZ15.8824.3327.53-
YUV108.13144.2958.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.67%
GREEN value IS 152 (59.77% from 255) = 50.67%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=3.67%
G=50.67%
B=45.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111521370.9300.100.40173.6286.531.96
HexB98895D0A28ae5720
Octal132302111350125025612740
Binary10111001100010001001101110101010101000101011101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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