Shades of Dark Cyan #01908B
Tints of Dark Cyan #01908B
RGB
CMYK
RGB Variations
Color information
#01908B (or 0x01908B) is known color: Dark Cyan. HEX triplet: 01, 90 and 8B. RGB value is (1,144,139). Sum of RGB (Red+Green+Blue) = 1+144+139=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #01908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01908B is #FE6F74. Grayscale: #646464. Windows color (decimal): -16674677 or 9146369. OLE color: 9146369.
HSL color Cylindrical-coordinate representation of color #01908B: hue angle of 177.9º 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 #01908B is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 139 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.44 |
| HSL | 177.9º | 0.99% | 0.28% | - |
| HSV(B) | 177.9º | 0.99% | 0.56% | - |
| XYZ | 14.65 | 21.82 | 27.87 | - |
| YUV | 100.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 139 | 0.99 | 0 | 0.03 | 0.44 | 177.9 | 0.99 | 0.28 |
| Hex | 1 | 90 | 8B | 63 | 0 | 3 | 2C | B2 | 63 | 1C |
| Octal | 1 | 220 | 213 | 143 | 0 | 3 | 54 | 262 | 143 | 34 |
| Binary | 1 | 10010000 | 10001011 | 1100011 | 0 | 11 | 101100 | 10110010 | 1100011 | 11100 |
Color Harmonies of #01908B
Complementary color
Monochromatic Colors of #01908B
Black with #01908B
Text Example
Text Example
White with #01908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01908B; }
p { color: rgb(1,144,139); }
H1.HeaderClassName
{
color: #01908B;
}
.AnyTagClassName
{
color: #01908B;
}
</style>
background-color css
<style>
a { background-color: #01908B; }
a { background-color: rgb(1,144,139); }
div.DivClassName
{
background-color: #01908B;
}
.BgClassName
{
background-color: #01908B;
}
</style>
border-color css
<style>
span { border-color: #01908B; }
span { border-color: rgb(1,144,139); }
td.TdClassName
{
border-color: #01908B;
}
.TagClassName
{
border-color: #01908B;
}
</style>