Shades of Caribbean Green #04BCAD
Tints of Caribbean Green #04BCAD
RGB
CMYK
RGB Variations
Color information
#04BCAD (or 0x04BCAD) is known color: Caribbean Green. HEX triplet: 04, BC and AD. RGB value is (4,188,173). Sum of RGB (Red+Green+Blue) = 4+188+173=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCAD is #FB4352. Grayscale: #838383. Windows color (decimal): -16466771 or 11385860. OLE color: 11385860.
HSL color Cylindrical-coordinate representation of color #04BCAD: hue angle of 175.11º 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 #04BCAD is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 173 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.26 |
| HSL | 175.11º | 0.96% | 0.38% | - |
| HSV(B) | 175.11º | 0.98% | 0.74% | - |
| XYZ | 25.58 | 39.01 | 45.72 | - |
| YUV | 131.27 | 151.54 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 173 | 0.98 | 0 | 0.08 | 0.26 | 175.11 | 0.96 | 0.38 |
| Hex | 4 | BC | AD | 62 | 0 | 8 | 1A | AF | 60 | 26 |
| Octal | 4 | 274 | 255 | 142 | 0 | 10 | 32 | 257 | 140 | 46 |
| Binary | 100 | 10111100 | 10101101 | 1100010 | 0 | 1000 | 11010 | 10101111 | 1100000 | 100110 |
Color Harmonies of #04BCAD
Complementary color
Monochromatic Colors of #04BCAD
Black with #04BCAD
Text Example
Text Example
White with #04BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCAD; }
p { color: rgb(4,188,173); }
H1.HeaderClassName
{
color: #04BCAD;
}
.AnyTagClassName
{
color: #04BCAD;
}
</style>
background-color css
<style>
a { background-color: #04BCAD; }
a { background-color: rgb(4,188,173); }
div.DivClassName
{
background-color: #04BCAD;
}
.BgClassName
{
background-color: #04BCAD;
}
</style>
border-color css
<style>
span { border-color: #04BCAD; }
span { border-color: rgb(4,188,173); }
td.TdClassName
{
border-color: #04BCAD;
}
.TagClassName
{
border-color: #04BCAD;
}
</style>