Shades of Dark Cyan #027C8F
Tints of Dark Cyan #027C8F
RGB
CMYK
RGB Variations
Color information
#027C8F (or 0x027C8F) is known color: Dark Cyan. HEX triplet: 02, 7C and 8F. RGB value is (2,124,143). Sum of RGB (Red+Green+Blue) = 2+124+143=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #027C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C8F is #FD8370. Grayscale: #595959. Windows color (decimal): -16614257 or 9403394. OLE color: 9403394.
HSL color Cylindrical-coordinate representation of color #027C8F: hue angle of 188.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C8F is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 124 | 143 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.44 |
| HSL | 188.09º | 0.97% | 0.28% | - |
| HSV(B) | 188.09º | 0.99% | 0.56% | - |
| XYZ | 12.19 | 16.41 | 28.51 | - |
| YUV | 89.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 143 | 0.99 | 0.13 | 0 | 0.44 | 188.09 | 0.97 | 0.28 |
| Hex | 2 | 7C | 8F | 63 | D | 0 | 2C | BC | 61 | 1C |
| Octal | 2 | 174 | 217 | 143 | 15 | 0 | 54 | 274 | 141 | 34 |
| Binary | 10 | 1111100 | 10001111 | 1100011 | 1101 | 0 | 101100 | 10111100 | 1100001 | 11100 |
Color Harmonies of #027C8F
Complementary color
Monochromatic Colors of #027C8F
Black with #027C8F
Text Example
Text Example
White with #027C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C8F; }
p { color: rgb(2,124,143); }
H1.HeaderClassName
{
color: #027C8F;
}
.AnyTagClassName
{
color: #027C8F;
}
</style>
background-color css
<style>
a { background-color: #027C8F; }
a { background-color: rgb(2,124,143); }
div.DivClassName
{
background-color: #027C8F;
}
.BgClassName
{
background-color: #027C8F;
}
</style>
border-color css
<style>
span { border-color: #027C8F; }
span { border-color: rgb(2,124,143); }
td.TdClassName
{
border-color: #027C8F;
}
.TagClassName
{
border-color: #027C8F;
}
</style>