Shades of Dark Cyan #038C92
Tints of Dark Cyan #038C92
RGB
CMYK
RGB Variations
Color information
#038C92 (or 0x038C92) is known color: Dark Cyan. HEX triplet: 03, 8C and 92. RGB value is (3,140,146). Sum of RGB (Red+Green+Blue) = 3+140+146=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #038C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038C92 is #FC736D. Grayscale: #636363. Windows color (decimal): -16544622 or 9604099. OLE color: 9604099.
HSL color Cylindrical-coordinate representation of color #038C92: hue angle of 182.52º 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 #038C92 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 140 | 146 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.43 |
| HSL | 182.52º | 0.96% | 0.29% | - |
| HSV(B) | 182.52º | 0.98% | 0.57% | - |
| XYZ | 14.6 | 20.85 | 30.45 | - |
| YUV | 99.72 | 154.11 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 146 | 0.98 | 0.04 | 0 | 0.43 | 182.52 | 0.96 | 0.29 |
| Hex | 3 | 8C | 92 | 62 | 4 | 0 | 2B | B7 | 60 | 1D |
| Octal | 3 | 214 | 222 | 142 | 4 | 0 | 53 | 267 | 140 | 35 |
| Binary | 11 | 10001100 | 10010010 | 1100010 | 100 | 0 | 101011 | 10110111 | 1100000 | 11101 |
Color Harmonies of #038C92
Complementary color
Monochromatic Colors of #038C92
Black with #038C92
Text Example
Text Example
White with #038C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038C92; }
p { color: rgb(3,140,146); }
H1.HeaderClassName
{
color: #038C92;
}
.AnyTagClassName
{
color: #038C92;
}
</style>
background-color css
<style>
a { background-color: #038C92; }
a { background-color: rgb(3,140,146); }
div.DivClassName
{
background-color: #038C92;
}
.BgClassName
{
background-color: #038C92;
}
</style>
border-color css
<style>
span { border-color: #038C92; }
span { border-color: rgb(3,140,146); }
td.TdClassName
{
border-color: #038C92;
}
.TagClassName
{
border-color: #038C92;
}
</style>