Shades of Caribbean Green #04CB9D
Tints of Caribbean Green #04CB9D
RGB
CMYK
RGB Variations
Color information
#04CB9D (or 0x04CB9D) is known color: Caribbean Green. HEX triplet: 04, CB and 9D. RGB value is (4,203,157). Sum of RGB (Red+Green+Blue) = 4+203+157=364 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CB9D is #FB3462. Grayscale: #8A8A8A. Windows color (decimal): -16462947 or 10341124. OLE color: 10341124.
HSL color Cylindrical-coordinate representation of color #04CB9D: hue angle of 166.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB9D is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 157 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.20 |
| HSL | 166.13º | 0.96% | 0.41% | - |
| HSV(B) | 166.13º | 0.98% | 0.8% | - |
| XYZ | 27.49 | 45.17 | 39.17 | - |
| YUV | 138.26 | 138.57 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 157 | 0.98 | 0 | 0.23 | 0.20 | 166.13 | 0.96 | 0.41 |
| Hex | 4 | CB | 9D | 62 | 0 | 17 | 14 | A6 | 60 | 29 |
| Octal | 4 | 313 | 235 | 142 | 0 | 27 | 24 | 246 | 140 | 51 |
| Binary | 100 | 11001011 | 10011101 | 1100010 | 0 | 10111 | 10100 | 10100110 | 1100000 | 101001 |
Color Harmonies of #04CB9D
Complementary color
Monochromatic Colors of #04CB9D
Black with #04CB9D
Text Example
Text Example
White with #04CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB9D; }
p { color: rgb(4,203,157); }
H1.HeaderClassName
{
color: #04CB9D;
}
.AnyTagClassName
{
color: #04CB9D;
}
</style>
background-color css
<style>
a { background-color: #04CB9D; }
a { background-color: rgb(4,203,157); }
div.DivClassName
{
background-color: #04CB9D;
}
.BgClassName
{
background-color: #04CB9D;
}
</style>
border-color css
<style>
span { border-color: #04CB9D; }
span { border-color: rgb(4,203,157); }
td.TdClassName
{
border-color: #04CB9D;
}
.TagClassName
{
border-color: #04CB9D;
}
</style>