Shades of Dark Cyan #038F89
Tints of Dark Cyan #038F89
RGB
CMYK
RGB Variations
Color information
#038F89 (or 0x038F89) is known color: Dark Cyan. HEX triplet: 03, 8F and 89. RGB value is (3,143,137). Sum of RGB (Red+Green+Blue) = 3+143+137=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #038F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F89 is #FC7076. Grayscale: #646464. Windows color (decimal): -16543863 or 9015043. OLE color: 9015043.
HSL color Cylindrical-coordinate representation of color #038F89: hue angle of 177.43º 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 #038F89 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 137 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.44 |
| HSL | 177.43º | 0.96% | 0.29% | - |
| HSV(B) | 177.43º | 0.98% | 0.56% | - |
| XYZ | 14.38 | 21.47 | 27.05 | - |
| YUV | 100.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 137 | 0.98 | 0 | 0.04 | 0.44 | 177.43 | 0.96 | 0.29 |
| Hex | 3 | 8F | 89 | 62 | 0 | 4 | 2C | B1 | 60 | 1D |
| Octal | 3 | 217 | 211 | 142 | 0 | 4 | 54 | 261 | 140 | 35 |
| Binary | 11 | 10001111 | 10001001 | 1100010 | 0 | 100 | 101100 | 10110001 | 1100000 | 11101 |
Color Harmonies of #038F89
Complementary color
Monochromatic Colors of #038F89
Black with #038F89
Text Example
Text Example
White with #038F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F89; }
p { color: rgb(3,143,137); }
H1.HeaderClassName
{
color: #038F89;
}
.AnyTagClassName
{
color: #038F89;
}
</style>
background-color css
<style>
a { background-color: #038F89; }
a { background-color: rgb(3,143,137); }
div.DivClassName
{
background-color: #038F89;
}
.BgClassName
{
background-color: #038F89;
}
</style>
border-color css
<style>
span { border-color: #038F89; }
span { border-color: rgb(3,143,137); }
td.TdClassName
{
border-color: #038F89;
}
.TagClassName
{
border-color: #038F89;
}
</style>