Shades of Dark Cyan #00908A
Tints of Dark Cyan #00908A
RGB
CMYK
RGB Variations
Color information
#00908A (or 0x00908A) is known color: Dark Cyan. HEX triplet: 00, 90 and 8A. RGB value is (0,144,138). Sum of RGB (Red+Green+Blue) = 0+144+138=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #00908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908A is #FF6F75. Grayscale: #646464. Windows color (decimal): -16740214 or 9080832. OLE color: 9080832.
HSL color Cylindrical-coordinate representation of color #00908A: hue angle of 177.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00908A is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 138 | - |
| CMYK | 1 | 0 | 0.04 | 0.44 |
| HSL | 177.5º | 1% | 0.28% | - |
| HSV(B) | 177.5º | 1% | 0.56% | - |
| XYZ | 14.56 | 21.78 | 27.48 | - |
| YUV | 100.26 | 149.29 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 138 | 1 | 0 | 0.04 | 0.44 | 177.5 | 1 | 0.28 |
| Hex | 0 | 90 | 8A | 64 | 0 | 4 | 2C | B2 | 64 | 1C |
| Octal | 0 | 220 | 212 | 144 | 0 | 4 | 54 | 262 | 144 | 34 |
| Binary | 0 | 10010000 | 10001010 | 1100100 | 0 | 100 | 101100 | 10110010 | 1100100 | 11100 |
Color Harmonies of #00908A
Complementary color
Monochromatic Colors of #00908A
Black with #00908A
Text Example
Text Example
White with #00908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00908A; }
p { color: rgb(0,144,138); }
H1.HeaderClassName
{
color: #00908A;
}
.AnyTagClassName
{
color: #00908A;
}
</style>
background-color css
<style>
a { background-color: #00908A; }
a { background-color: rgb(0,144,138); }
div.DivClassName
{
background-color: #00908A;
}
.BgClassName
{
background-color: #00908A;
}
</style>
border-color css
<style>
span { border-color: #00908A; }
span { border-color: rgb(0,144,138); }
td.TdClassName
{
border-color: #00908A;
}
.TagClassName
{
border-color: #00908A;
}
</style>