Shades of Caribbean Green #04CB93
Tints of Caribbean Green #04CB93
RGB
CMYK
RGB Variations
Color information
#04CB93 (or 0x04CB93) is known color: Caribbean Green. HEX triplet: 04, CB and 93. RGB value is (4,203,147). Sum of RGB (Red+Green+Blue) = 4+203+147=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 203 (79.69% from 255 or 57.34% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CB93 is #FB346C. Grayscale: #898989. Windows color (decimal): -16462957 or 9685764. OLE color: 9685764.
HSL color Cylindrical-coordinate representation of color #04CB93: hue angle of 163.12º 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 #04CB93 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 147 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.20 |
| HSL | 163.12º | 0.96% | 0.41% | - |
| HSV(B) | 163.12º | 0.98% | 0.8% | - |
| XYZ | 26.67 | 44.84 | 34.85 | - |
| YUV | 137.12 | 133.57 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 147 | 0.98 | 0 | 0.28 | 0.20 | 163.12 | 0.96 | 0.41 |
| Hex | 4 | CB | 93 | 62 | 0 | 1C | 14 | A3 | 60 | 29 |
| Octal | 4 | 313 | 223 | 142 | 0 | 34 | 24 | 243 | 140 | 51 |
| Binary | 100 | 11001011 | 10010011 | 1100010 | 0 | 11100 | 10100 | 10100011 | 1100000 | 101001 |
Color Harmonies of #04CB93
Complementary color
Monochromatic Colors of #04CB93
Black with #04CB93
Text Example
Text Example
White with #04CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB93; }
p { color: rgb(4,203,147); }
H1.HeaderClassName
{
color: #04CB93;
}
.AnyTagClassName
{
color: #04CB93;
}
</style>
background-color css
<style>
a { background-color: #04CB93; }
a { background-color: rgb(4,203,147); }
div.DivClassName
{
background-color: #04CB93;
}
.BgClassName
{
background-color: #04CB93;
}
</style>
border-color css
<style>
span { border-color: #04CB93; }
span { border-color: rgb(4,203,147); }
td.TdClassName
{
border-color: #04CB93;
}
.TagClassName
{
border-color: #04CB93;
}
</style>