#0B8491

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

Shades of Dark Cyan #0B8491

Tints of Dark Cyan #0B8491

Color information

#0B8491 (or 0x0B8491) is unknown color: approx Dark Cyan. HEX triplet: 0B, 84 and 91. RGB value is (11,132,145). Sum of RGB (Red+Green+Blue) = 11+132+145=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B8491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8491 is #F47B6E. Grayscale: #616161. Windows color (decimal): -16022383 or 9536523. OLE color: 9536523.

HSL color Cylindrical-coordinate representation of color #0B8491: hue angle of 185.82º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8491 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11132145-
CMYK0.920.0900.43
HSL185.82º85.9%30.59%-
HSV(B)185.82º92.41%56.86%-
XYZ13.518.6229.67-
YUV97.3154.9166.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.82%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 145 (57.03% from 255) = 50.35%
R=3.82%
G=45.83%
B=50.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111321450.920.0900.43185.8285.930.59
HexB84915C902Bba561f
Octal132042211341105327212637
Binary1011100001001001000110111001001010101110111010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,132,145); }

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

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

 a { background-color: rgb(11,132,145); }

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

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

 span { border-color: rgb(11,132,145); }

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