Shades of Dark Cyan #02948B
Tints of Dark Cyan #02948B
RGB
CMYK
RGB Variations
Color information
#02948B (or 0x02948B) is known color: Dark Cyan. HEX triplet: 02, 94 and 8B. RGB value is (2,148,139). Sum of RGB (Red+Green+Blue) = 2+148+139=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #02948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02948B is #FD6B74. Grayscale: #676767. Windows color (decimal): -16608117 or 9147394. OLE color: 9147394.
HSL color Cylindrical-coordinate representation of color #02948B: hue angle of 176.3º 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 #02948B is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 148 | 139 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.42 |
| HSL | 176.3º | 0.97% | 0.29% | - |
| HSV(B) | 176.3º | 0.99% | 0.58% | - |
| XYZ | 15.28 | 23.06 | 28.07 | - |
| YUV | 103.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 139 | 0.99 | 0 | 0.06 | 0.42 | 176.3 | 0.97 | 0.29 |
| Hex | 2 | 94 | 8B | 63 | 0 | 6 | 2A | B0 | 61 | 1D |
| Octal | 2 | 224 | 213 | 143 | 0 | 6 | 52 | 260 | 141 | 35 |
| Binary | 10 | 10010100 | 10001011 | 1100011 | 0 | 110 | 101010 | 10110000 | 1100001 | 11101 |
Color Harmonies of #02948B
Complementary color
Monochromatic Colors of #02948B
Black with #02948B
Text Example
Text Example
White with #02948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02948B; }
p { color: rgb(2,148,139); }
H1.HeaderClassName
{
color: #02948B;
}
.AnyTagClassName
{
color: #02948B;
}
</style>
background-color css
<style>
a { background-color: #02948B; }
a { background-color: rgb(2,148,139); }
div.DivClassName
{
background-color: #02948B;
}
.BgClassName
{
background-color: #02948B;
}
</style>
border-color css
<style>
span { border-color: #02948B; }
span { border-color: rgb(2,148,139); }
td.TdClassName
{
border-color: #02948B;
}
.TagClassName
{
border-color: #02948B;
}
</style>