Shades of Caribbean Green #04BDA8
Tints of Caribbean Green #04BDA8
RGB
CMYK
RGB Variations
Color information
#04BDA8 (or 0x04BDA8) is known color: Caribbean Green. HEX triplet: 04, BD and A8. RGB value is (4,189,168). Sum of RGB (Red+Green+Blue) = 4+189+168=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDA8 is #FB4257. Grayscale: #838383. Windows color (decimal): -16466520 or 11058436. OLE color: 11058436.
HSL color Cylindrical-coordinate representation of color #04BDA8: hue angle of 173.19º 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 #04BDA8 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 168 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.26 |
| HSL | 173.19º | 0.96% | 0.38% | - |
| HSV(B) | 173.19º | 0.98% | 0.74% | - |
| XYZ | 25.32 | 39.25 | 43.29 | - |
| YUV | 131.29 | 148.71 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 168 | 0.98 | 0 | 0.11 | 0.26 | 173.19 | 0.96 | 0.38 |
| Hex | 4 | BD | A8 | 62 | 0 | B | 1A | AD | 60 | 26 |
| Octal | 4 | 275 | 250 | 142 | 0 | 13 | 32 | 255 | 140 | 46 |
| Binary | 100 | 10111101 | 10101000 | 1100010 | 0 | 1011 | 11010 | 10101101 | 1100000 | 100110 |
Color Harmonies of #04BDA8
Complementary color
Monochromatic Colors of #04BDA8
Black with #04BDA8
Text Example
Text Example
White with #04BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDA8; }
p { color: rgb(4,189,168); }
H1.HeaderClassName
{
color: #04BDA8;
}
.AnyTagClassName
{
color: #04BDA8;
}
</style>
background-color css
<style>
a { background-color: #04BDA8; }
a { background-color: rgb(4,189,168); }
div.DivClassName
{
background-color: #04BDA8;
}
.BgClassName
{
background-color: #04BDA8;
}
</style>
border-color css
<style>
span { border-color: #04BDA8; }
span { border-color: rgb(4,189,168); }
td.TdClassName
{
border-color: #04BDA8;
}
.TagClassName
{
border-color: #04BDA8;
}
</style>