Shades of Caribbean Green #04BDA5
Tints of Caribbean Green #04BDA5
RGB
CMYK
RGB Variations
Color information
#04BDA5 (or 0x04BDA5) is known color: Caribbean Green. HEX triplet: 04, BD and A5. RGB value is (4,189,165). Sum of RGB (Red+Green+Blue) = 4+189+165=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDA5 is #FB425A. Grayscale: #828282. Windows color (decimal): -16466523 or 10861828. OLE color: 10861828.
HSL color Cylindrical-coordinate representation of color #04BDA5: hue angle of 172.22º 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 #04BDA5 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 165 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.26 |
| HSL | 172.22º | 0.96% | 0.38% | - |
| HSV(B) | 172.22º | 0.98% | 0.74% | - |
| XYZ | 25.04 | 39.14 | 41.83 | - |
| YUV | 130.95 | 147.21 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 165 | 0.98 | 0 | 0.13 | 0.26 | 172.22 | 0.96 | 0.38 |
| Hex | 4 | BD | A5 | 62 | 0 | D | 1A | AC | 60 | 26 |
| Octal | 4 | 275 | 245 | 142 | 0 | 15 | 32 | 254 | 140 | 46 |
| Binary | 100 | 10111101 | 10100101 | 1100010 | 0 | 1101 | 11010 | 10101100 | 1100000 | 100110 |
Color Harmonies of #04BDA5
Complementary color
Monochromatic Colors of #04BDA5
Black with #04BDA5
Text Example
Text Example
White with #04BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDA5; }
p { color: rgb(4,189,165); }
H1.HeaderClassName
{
color: #04BDA5;
}
.AnyTagClassName
{
color: #04BDA5;
}
</style>
background-color css
<style>
a { background-color: #04BDA5; }
a { background-color: rgb(4,189,165); }
div.DivClassName
{
background-color: #04BDA5;
}
.BgClassName
{
background-color: #04BDA5;
}
</style>
border-color css
<style>
span { border-color: #04BDA5; }
span { border-color: rgb(4,189,165); }
td.TdClassName
{
border-color: #04BDA5;
}
.TagClassName
{
border-color: #04BDA5;
}
</style>