Shades of Caribbean Green #04BDAC
Tints of Caribbean Green #04BDAC
RGB
CMYK
RGB Variations
Color information
#04BDAC (or 0x04BDAC) is known color: Caribbean Green. HEX triplet: 04, BD and AC. RGB value is (4,189,172). Sum of RGB (Red+Green+Blue) = 4+189+172=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDAC is #FB4253. Grayscale: #838383. Windows color (decimal): -16466516 or 11320580. OLE color: 11320580.
HSL color Cylindrical-coordinate representation of color #04BDAC: hue angle of 174.49º 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 #04BDAC is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 172 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.26 |
| HSL | 174.49º | 0.96% | 0.38% | - |
| HSV(B) | 174.49º | 0.98% | 0.74% | - |
| XYZ | 25.69 | 39.4 | 45.28 | - |
| YUV | 131.75 | 150.71 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 172 | 0.98 | 0 | 0.09 | 0.26 | 174.49 | 0.96 | 0.38 |
| Hex | 4 | BD | AC | 62 | 0 | 9 | 1A | AE | 60 | 26 |
| Octal | 4 | 275 | 254 | 142 | 0 | 11 | 32 | 256 | 140 | 46 |
| Binary | 100 | 10111101 | 10101100 | 1100010 | 0 | 1001 | 11010 | 10101110 | 1100000 | 100110 |
Color Harmonies of #04BDAC
Complementary color
Monochromatic Colors of #04BDAC
Black with #04BDAC
Text Example
Text Example
White with #04BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDAC; }
p { color: rgb(4,189,172); }
H1.HeaderClassName
{
color: #04BDAC;
}
.AnyTagClassName
{
color: #04BDAC;
}
</style>
background-color css
<style>
a { background-color: #04BDAC; }
a { background-color: rgb(4,189,172); }
div.DivClassName
{
background-color: #04BDAC;
}
.BgClassName
{
background-color: #04BDAC;
}
</style>
border-color css
<style>
span { border-color: #04BDAC; }
span { border-color: rgb(4,189,172); }
td.TdClassName
{
border-color: #04BDAC;
}
.TagClassName
{
border-color: #04BDAC;
}
</style>