Shades of Dark Cyan #038E93
Tints of Dark Cyan #038E93
RGB
CMYK
RGB Variations
Color information
#038E93 (or 0x038E93) is known color: Dark Cyan. HEX triplet: 03, 8E and 93. RGB value is (3,142,147). Sum of RGB (Red+Green+Blue) = 3+142+147=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #038E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038E93 is #FC716C. Grayscale: #646464. Windows color (decimal): -16544109 or 9670147. OLE color: 9670147.
HSL color Cylindrical-coordinate representation of color #038E93: hue angle of 182.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E93 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 142 | 147 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.42 |
| HSL | 182.08º | 0.96% | 0.29% | - |
| HSV(B) | 182.08º | 0.98% | 0.58% | - |
| XYZ | 14.98 | 21.47 | 30.96 | - |
| YUV | 101.01 | 153.95 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 142 | 147 | 0.98 | 0.03 | 0 | 0.42 | 182.08 | 0.96 | 0.29 |
| Hex | 3 | 8E | 93 | 62 | 3 | 0 | 2A | B6 | 60 | 1D |
| Octal | 3 | 216 | 223 | 142 | 3 | 0 | 52 | 266 | 140 | 35 |
| Binary | 11 | 10001110 | 10010011 | 1100010 | 11 | 0 | 101010 | 10110110 | 1100000 | 11101 |
Color Harmonies of #038E93
Complementary color
Monochromatic Colors of #038E93
Black with #038E93
Text Example
Text Example
White with #038E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038E93; }
p { color: rgb(3,142,147); }
H1.HeaderClassName
{
color: #038E93;
}
.AnyTagClassName
{
color: #038E93;
}
</style>
background-color css
<style>
a { background-color: #038E93; }
a { background-color: rgb(3,142,147); }
div.DivClassName
{
background-color: #038E93;
}
.BgClassName
{
background-color: #038E93;
}
</style>
border-color css
<style>
span { border-color: #038E93; }
span { border-color: rgb(3,142,147); }
td.TdClassName
{
border-color: #038E93;
}
.TagClassName
{
border-color: #038E93;
}
</style>