Shades of Caribbean Green #04CB90
Tints of Caribbean Green #04CB90
RGB
CMYK
RGB Variations
Color information
#04CB90 (or 0x04CB90) is known color: Caribbean Green. HEX triplet: 04, CB and 90. RGB value is (4,203,144). Sum of RGB (Red+Green+Blue) = 4+203+144=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CB90 is #FB346F. Grayscale: #888888. Windows color (decimal): -16462960 or 9489156. OLE color: 9489156.
HSL color Cylindrical-coordinate representation of color #04CB90: hue angle of 162.21º 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 #04CB90 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 144 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.20 |
| HSL | 162.21º | 0.96% | 0.41% | - |
| HSV(B) | 162.21º | 0.98% | 0.8% | - |
| XYZ | 26.44 | 44.75 | 33.63 | - |
| YUV | 136.77 | 132.07 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 144 | 0.98 | 0 | 0.29 | 0.20 | 162.21 | 0.96 | 0.41 |
| Hex | 4 | CB | 90 | 62 | 0 | 1D | 14 | A2 | 60 | 29 |
| Octal | 4 | 313 | 220 | 142 | 0 | 35 | 24 | 242 | 140 | 51 |
| Binary | 100 | 11001011 | 10010000 | 1100010 | 0 | 11101 | 10100 | 10100010 | 1100000 | 101001 |
Color Harmonies of #04CB90
Complementary color
Monochromatic Colors of #04CB90
Black with #04CB90
Text Example
Text Example
White with #04CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB90; }
p { color: rgb(4,203,144); }
H1.HeaderClassName
{
color: #04CB90;
}
.AnyTagClassName
{
color: #04CB90;
}
</style>
background-color css
<style>
a { background-color: #04CB90; }
a { background-color: rgb(4,203,144); }
div.DivClassName
{
background-color: #04CB90;
}
.BgClassName
{
background-color: #04CB90;
}
</style>
border-color css
<style>
span { border-color: #04CB90; }
span { border-color: rgb(4,203,144); }
td.TdClassName
{
border-color: #04CB90;
}
.TagClassName
{
border-color: #04CB90;
}
</style>