Shades of Dark Cyan #038E91
Tints of Dark Cyan #038E91
RGB
CMYK
RGB Variations
Color information
#038E91 (or 0x038E91) is known color: Dark Cyan. HEX triplet: 03, 8E and 91. RGB value is (3,142,145). Sum of RGB (Red+Green+Blue) = 3+142+145=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #038E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038E91 is #FC716E. Grayscale: #646464. Windows color (decimal): -16544111 or 9539075. OLE color: 9539075.
HSL color Cylindrical-coordinate representation of color #038E91: hue angle of 181.27º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E91 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 142 | 145 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.43 |
| HSL | 181.27º | 0.96% | 0.29% | - |
| HSV(B) | 181.27º | 0.98% | 0.57% | - |
| XYZ | 14.82 | 21.41 | 30.14 | - |
| YUV | 100.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 145 | 0.98 | 0.02 | 0 | 0.43 | 181.27 | 0.96 | 0.29 |
| Hex | 3 | 8E | 91 | 62 | 2 | 0 | 2B | B5 | 60 | 1D |
| Octal | 3 | 216 | 221 | 142 | 2 | 0 | 53 | 265 | 140 | 35 |
| Binary | 11 | 10001110 | 10010001 | 1100010 | 10 | 0 | 101011 | 10110101 | 1100000 | 11101 |
Color Harmonies of #038E91
Complementary color
Monochromatic Colors of #038E91
Black with #038E91
Text Example
Text Example
White with #038E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038E91; }
p { color: rgb(3,142,145); }
H1.HeaderClassName
{
color: #038E91;
}
.AnyTagClassName
{
color: #038E91;
}
</style>
background-color css
<style>
a { background-color: #038E91; }
a { background-color: rgb(3,142,145); }
div.DivClassName
{
background-color: #038E91;
}
.BgClassName
{
background-color: #038E91;
}
</style>
border-color css
<style>
span { border-color: #038E91; }
span { border-color: rgb(3,142,145); }
td.TdClassName
{
border-color: #038E91;
}
.TagClassName
{
border-color: #038E91;
}
</style>