Shades of Dark Cyan #027F90
Tints of Dark Cyan #027F90
RGB
CMYK
RGB Variations
Color information
#027F90 (or 0x027F90) is known color: Dark Cyan. HEX triplet: 02, 7F and 90. RGB value is (2,127,144). Sum of RGB (Red+Green+Blue) = 2+127+144=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #027F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F90 is #FD806F. Grayscale: #5B5B5B. Windows color (decimal): -16613488 or 9469698. OLE color: 9469698.
HSL color Cylindrical-coordinate representation of color #027F90: hue angle of 187.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027F90 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 127 | 144 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.44 |
| HSL | 187.18º | 0.97% | 0.29% | - |
| HSV(B) | 187.18º | 0.99% | 0.56% | - |
| XYZ | 12.65 | 17.21 | 29.04 | - |
| YUV | 91.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 144 | 0.99 | 0.12 | 0 | 0.44 | 187.18 | 0.97 | 0.29 |
| Hex | 2 | 7F | 90 | 63 | C | 0 | 2C | BB | 61 | 1D |
| Octal | 2 | 177 | 220 | 143 | 14 | 0 | 54 | 273 | 141 | 35 |
| Binary | 10 | 1111111 | 10010000 | 1100011 | 1100 | 0 | 101100 | 10111011 | 1100001 | 11101 |
Color Harmonies of #027F90
Complementary color
Monochromatic Colors of #027F90
Black with #027F90
Text Example
Text Example
White with #027F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F90; }
p { color: rgb(2,127,144); }
H1.HeaderClassName
{
color: #027F90;
}
.AnyTagClassName
{
color: #027F90;
}
</style>
background-color css
<style>
a { background-color: #027F90; }
a { background-color: rgb(2,127,144); }
div.DivClassName
{
background-color: #027F90;
}
.BgClassName
{
background-color: #027F90;
}
</style>
border-color css
<style>
span { border-color: #027F90; }
span { border-color: rgb(2,127,144); }
td.TdClassName
{
border-color: #027F90;
}
.TagClassName
{
border-color: #027F90;
}
</style>