Shades of Dark Cyan #037F90
Tints of Dark Cyan #037F90
RGB
CMYK
RGB Variations
Color information
#037F90 (or 0x037F90) is known color: Dark Cyan. HEX triplet: 03, 7F and 90. RGB value is (3,127,144). Sum of RGB (Red+Green+Blue) = 3+127+144=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #037F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037F90 is #FC806F. Grayscale: #5B5B5B. Windows color (decimal): -16547952 or 9469699. OLE color: 9469699.
HSL color Cylindrical-coordinate representation of color #037F90: hue angle of 187.23º 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 #037F90 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 127 | 144 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.44 |
| HSL | 187.23º | 0.96% | 0.29% | - |
| HSV(B) | 187.23º | 0.98% | 0.56% | - |
| XYZ | 12.66 | 17.21 | 29.04 | - |
| YUV | 91.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 144 | 0.98 | 0.12 | 0 | 0.44 | 187.23 | 0.96 | 0.29 |
| Hex | 3 | 7F | 90 | 62 | C | 0 | 2C | BB | 60 | 1D |
| Octal | 3 | 177 | 220 | 142 | 14 | 0 | 54 | 273 | 140 | 35 |
| Binary | 11 | 1111111 | 10010000 | 1100010 | 1100 | 0 | 101100 | 10111011 | 1100000 | 11101 |
Color Harmonies of #037F90
Complementary color
Monochromatic Colors of #037F90
Black with #037F90
Text Example
Text Example
White with #037F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037F90; }
p { color: rgb(3,127,144); }
H1.HeaderClassName
{
color: #037F90;
}
.AnyTagClassName
{
color: #037F90;
}
</style>
background-color css
<style>
a { background-color: #037F90; }
a { background-color: rgb(3,127,144); }
div.DivClassName
{
background-color: #037F90;
}
.BgClassName
{
background-color: #037F90;
}
</style>
border-color css
<style>
span { border-color: #037F90; }
span { border-color: rgb(3,127,144); }
td.TdClassName
{
border-color: #037F90;
}
.TagClassName
{
border-color: #037F90;
}
</style>