Shades of Dark Cyan #038F87
Tints of Dark Cyan #038F87
RGB
CMYK
RGB Variations
Color information
#038F87 (or 0x038F87) is known color: Dark Cyan. HEX triplet: 03, 8F and 87. RGB value is (3,143,135). Sum of RGB (Red+Green+Blue) = 3+143+135=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #038F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F87 is #FC7078. Grayscale: #646464. Windows color (decimal): -16543865 or 8883971. OLE color: 8883971.
HSL color Cylindrical-coordinate representation of color #038F87: hue angle of 176.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F87 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 135 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.44 |
| HSL | 176.57º | 0.96% | 0.29% | - |
| HSV(B) | 176.57º | 0.98% | 0.56% | - |
| XYZ | 14.23 | 21.41 | 26.3 | - |
| YUV | 100.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 135 | 0.98 | 0 | 0.06 | 0.44 | 176.57 | 0.96 | 0.29 |
| Hex | 3 | 8F | 87 | 62 | 0 | 6 | 2C | B1 | 60 | 1D |
| Octal | 3 | 217 | 207 | 142 | 0 | 6 | 54 | 261 | 140 | 35 |
| Binary | 11 | 10001111 | 10000111 | 1100010 | 0 | 110 | 101100 | 10110001 | 1100000 | 11101 |
Color Harmonies of #038F87
Complementary color
Monochromatic Colors of #038F87
Black with #038F87
Text Example
Text Example
White with #038F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F87; }
p { color: rgb(3,143,135); }
H1.HeaderClassName
{
color: #038F87;
}
.AnyTagClassName
{
color: #038F87;
}
</style>
background-color css
<style>
a { background-color: #038F87; }
a { background-color: rgb(3,143,135); }
div.DivClassName
{
background-color: #038F87;
}
.BgClassName
{
background-color: #038F87;
}
</style>
border-color css
<style>
span { border-color: #038F87; }
span { border-color: rgb(3,143,135); }
td.TdClassName
{
border-color: #038F87;
}
.TagClassName
{
border-color: #038F87;
}
</style>