Shades of Dark Cyan #02968E
Tints of Dark Cyan #02968E
RGB
CMYK
RGB Variations
Color information
#02968E (or 0x02968E) is known color: Dark Cyan. HEX triplet: 02, 96 and 8E. RGB value is (2,150,142). Sum of RGB (Red+Green+Blue) = 2+150+142=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #02968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02968E is #FD6971. Grayscale: #686868. Windows color (decimal): -16607602 or 9344514. OLE color: 9344514.
HSL color Cylindrical-coordinate representation of color #02968E: hue angle of 176.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02968E is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 142 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.41 |
| HSL | 176.76º | 0.97% | 0.3% | - |
| HSV(B) | 176.76º | 0.99% | 0.59% | - |
| XYZ | 15.81 | 23.78 | 29.35 | - |
| YUV | 104.84 | 148.97 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 142 | 0.99 | 0 | 0.05 | 0.41 | 176.76 | 0.97 | 0.3 |
| Hex | 2 | 96 | 8E | 63 | 0 | 5 | 29 | B1 | 61 | 1E |
| Octal | 2 | 226 | 216 | 143 | 0 | 5 | 51 | 261 | 141 | 36 |
| Binary | 10 | 10010110 | 10001110 | 1100011 | 0 | 101 | 101001 | 10110001 | 1100001 | 11110 |
Color Harmonies of #02968E
Complementary color
Monochromatic Colors of #02968E
Black with #02968E
Text Example
Text Example
White with #02968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02968E; }
p { color: rgb(2,150,142); }
H1.HeaderClassName
{
color: #02968E;
}
.AnyTagClassName
{
color: #02968E;
}
</style>
background-color css
<style>
a { background-color: #02968E; }
a { background-color: rgb(2,150,142); }
div.DivClassName
{
background-color: #02968E;
}
.BgClassName
{
background-color: #02968E;
}
</style>
border-color css
<style>
span { border-color: #02968E; }
span { border-color: rgb(2,150,142); }
td.TdClassName
{
border-color: #02968E;
}
.TagClassName
{
border-color: #02968E;
}
</style>