Shades of Caribbean Green #04BD9A
Tints of Caribbean Green #04BD9A
RGB
CMYK
RGB Variations
Color information
#04BD9A (or 0x04BD9A) is known color: Caribbean Green. HEX triplet: 04, BD and 9A. RGB value is (4,189,154). Sum of RGB (Red+Green+Blue) = 4+189+154=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BD9A is #FB4265. Grayscale: #818181. Windows color (decimal): -16466534 or 10140932. OLE color: 10140932.
HSL color Cylindrical-coordinate representation of color #04BD9A: hue angle of 168.65º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD9A is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 154 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.26 |
| HSL | 168.65º | 0.96% | 0.38% | - |
| HSV(B) | 168.65º | 0.98% | 0.74% | - |
| XYZ | 24.08 | 38.75 | 36.78 | - |
| YUV | 129.7 | 141.71 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 154 | 0.98 | 0 | 0.19 | 0.26 | 168.65 | 0.96 | 0.38 |
| Hex | 4 | BD | 9A | 62 | 0 | 13 | 1A | A9 | 60 | 26 |
| Octal | 4 | 275 | 232 | 142 | 0 | 23 | 32 | 251 | 140 | 46 |
| Binary | 100 | 10111101 | 10011010 | 1100010 | 0 | 10011 | 11010 | 10101001 | 1100000 | 100110 |
Color Harmonies of #04BD9A
Complementary color
Monochromatic Colors of #04BD9A
Black with #04BD9A
Text Example
Text Example
White with #04BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD9A; }
p { color: rgb(4,189,154); }
H1.HeaderClassName
{
color: #04BD9A;
}
.AnyTagClassName
{
color: #04BD9A;
}
</style>
background-color css
<style>
a { background-color: #04BD9A; }
a { background-color: rgb(4,189,154); }
div.DivClassName
{
background-color: #04BD9A;
}
.BgClassName
{
background-color: #04BD9A;
}
</style>
border-color css
<style>
span { border-color: #04BD9A; }
span { border-color: rgb(4,189,154); }
td.TdClassName
{
border-color: #04BD9A;
}
.TagClassName
{
border-color: #04BD9A;
}
</style>