Shades of Dark Cyan #01907F
Tints of Dark Cyan #01907F
RGB
CMYK
RGB Variations
Color information
#01907F (or 0x01907F) is known color: Dark Cyan. HEX triplet: 01, 90 and 7F. RGB value is (1,144,127). Sum of RGB (Red+Green+Blue) = 1+144+127=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #01907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01907F is #FE6F80. Grayscale: #636363. Windows color (decimal): -16674689 or 8359937. OLE color: 8359937.
HSL color Cylindrical-coordinate representation of color #01907F: hue angle of 172.87º degrees, saturation: 0.99, 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 #01907F is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 127 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.44 |
| HSL | 172.87º | 0.99% | 0.28% | - |
| HSV(B) | 172.87º | 0.99% | 0.56% | - |
| XYZ | 13.82 | 21.49 | 23.5 | - |
| YUV | 99.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 127 | 0.99 | 0 | 0.12 | 0.44 | 172.87 | 0.99 | 0.28 |
| Hex | 1 | 90 | 7F | 63 | 0 | C | 2C | AD | 63 | 1C |
| Octal | 1 | 220 | 177 | 143 | 0 | 14 | 54 | 255 | 143 | 34 |
| Binary | 1 | 10010000 | 1111111 | 1100011 | 0 | 1100 | 101100 | 10101101 | 1100011 | 11100 |
Color Harmonies of #01907F
Complementary color
Monochromatic Colors of #01907F
Black with #01907F
Text Example
Text Example
White with #01907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01907F; }
p { color: rgb(1,144,127); }
H1.HeaderClassName
{
color: #01907F;
}
.AnyTagClassName
{
color: #01907F;
}
</style>
background-color css
<style>
a { background-color: #01907F; }
a { background-color: rgb(1,144,127); }
div.DivClassName
{
background-color: #01907F;
}
.BgClassName
{
background-color: #01907F;
}
</style>
border-color css
<style>
span { border-color: #01907F; }
span { border-color: rgb(1,144,127); }
td.TdClassName
{
border-color: #01907F;
}
.TagClassName
{
border-color: #01907F;
}
</style>