Shades of Dark Cyan #08838B
Tints of Dark Cyan #08838B
RGB
CMYK
RGB Variations
Color information
#08838B (or 0x08838B) is known color: Dark Cyan. HEX triplet: 08, 83 and 8B. RGB value is (8,131,139). Sum of RGB (Red+Green+Blue) = 8+131+139=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #08838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08838B is #F77C74. Grayscale: #5E5E5E. Windows color (decimal): -16219253 or 9143048. OLE color: 9143048.
HSL color Cylindrical-coordinate representation of color #08838B: hue angle of 183.66º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08838B is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 131 | 139 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.45 |
| HSL | 183.66º | 0.89% | 0.29% | - |
| HSV(B) | 183.66º | 0.94% | 0.55% | - |
| XYZ | 12.88 | 18.15 | 27.25 | - |
| YUV | 95.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 139 | 0.94 | 0.06 | 0 | 0.45 | 183.66 | 0.89 | 0.29 |
| Hex | 8 | 83 | 8B | 5E | 6 | 0 | 2D | B8 | 59 | 1D |
| Octal | 10 | 203 | 213 | 136 | 6 | 0 | 55 | 270 | 131 | 35 |
| Binary | 1000 | 10000011 | 10001011 | 1011110 | 110 | 0 | 101101 | 10111000 | 1011001 | 11101 |
Color Harmonies of #08838B
Complementary color
Monochromatic Colors of #08838B
Black with #08838B
Text Example
Text Example
White with #08838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08838B; }
p { color: rgb(8,131,139); }
H1.HeaderClassName
{
color: #08838B;
}
.AnyTagClassName
{
color: #08838B;
}
</style>
background-color css
<style>
a { background-color: #08838B; }
a { background-color: rgb(8,131,139); }
div.DivClassName
{
background-color: #08838B;
}
.BgClassName
{
background-color: #08838B;
}
</style>
border-color css
<style>
span { border-color: #08838B; }
span { border-color: rgb(8,131,139); }
td.TdClassName
{
border-color: #08838B;
}
.TagClassName
{
border-color: #08838B;
}
</style>