Shades of Dark Cyan #02948A
Tints of Dark Cyan #02948A
RGB
CMYK
RGB Variations
Color information
#02948A (or 0x02948A) is known color: Dark Cyan. HEX triplet: 02, 94 and 8A. RGB value is (2,148,138). Sum of RGB (Red+Green+Blue) = 2+148+138=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #02948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02948A is #FD6B75. Grayscale: #676767. Windows color (decimal): -16608118 or 9081858. OLE color: 9081858.
HSL color Cylindrical-coordinate representation of color #02948A: hue angle of 175.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02948A is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 148 | 138 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.42 |
| HSL | 175.89º | 0.97% | 0.29% | - |
| HSV(B) | 175.89º | 0.99% | 0.58% | - |
| XYZ | 15.2 | 23.03 | 27.69 | - |
| YUV | 103.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 138 | 0.99 | 0 | 0.07 | 0.42 | 175.89 | 0.97 | 0.29 |
| Hex | 2 | 94 | 8A | 63 | 0 | 7 | 2A | B0 | 61 | 1D |
| Octal | 2 | 224 | 212 | 143 | 0 | 7 | 52 | 260 | 141 | 35 |
| Binary | 10 | 10010100 | 10001010 | 1100011 | 0 | 111 | 101010 | 10110000 | 1100001 | 11101 |
Color Harmonies of #02948A
Complementary color
Monochromatic Colors of #02948A
Black with #02948A
Text Example
Text Example
White with #02948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02948A; }
p { color: rgb(2,148,138); }
H1.HeaderClassName
{
color: #02948A;
}
.AnyTagClassName
{
color: #02948A;
}
</style>
background-color css
<style>
a { background-color: #02948A; }
a { background-color: rgb(2,148,138); }
div.DivClassName
{
background-color: #02948A;
}
.BgClassName
{
background-color: #02948A;
}
</style>
border-color css
<style>
span { border-color: #02948A; }
span { border-color: rgb(2,148,138); }
td.TdClassName
{
border-color: #02948A;
}
.TagClassName
{
border-color: #02948A;
}
</style>