Shades of Caribbean Green #03BCAA
Tints of Caribbean Green #03BCAA
RGB
CMYK
RGB Variations
Color information
#03BCAA (or 0x03BCAA) is known color: Caribbean Green. HEX triplet: 03, BC and AA. RGB value is (3,188,170). Sum of RGB (Red+Green+Blue) = 3+188+170=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BCAA is #FC4355. Grayscale: #828282. Windows color (decimal): -16532310 or 11189251. OLE color: 11189251.
HSL color Cylindrical-coordinate representation of color #03BCAA: hue angle of 174.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCAA is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 170 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.26 |
| HSL | 174.16º | 0.97% | 0.37% | - |
| HSV(B) | 174.16º | 0.98% | 0.74% | - |
| XYZ | 25.28 | 38.89 | 44.2 | - |
| YUV | 130.63 | 150.21 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 170 | 0.98 | 0 | 0.10 | 0.26 | 174.16 | 0.97 | 0.37 |
| Hex | 3 | BC | AA | 62 | 0 | A | 1A | AE | 61 | 25 |
| Octal | 3 | 274 | 252 | 142 | 0 | 12 | 32 | 256 | 141 | 45 |
| Binary | 11 | 10111100 | 10101010 | 1100010 | 0 | 1010 | 11010 | 10101110 | 1100001 | 100101 |
Color Harmonies of #03BCAA
Complementary color
Monochromatic Colors of #03BCAA
Black with #03BCAA
Text Example
Text Example
White with #03BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BCAA; }
p { color: rgb(3,188,170); }
H1.HeaderClassName
{
color: #03BCAA;
}
.AnyTagClassName
{
color: #03BCAA;
}
</style>
background-color css
<style>
a { background-color: #03BCAA; }
a { background-color: rgb(3,188,170); }
div.DivClassName
{
background-color: #03BCAA;
}
.BgClassName
{
background-color: #03BCAA;
}
</style>
border-color css
<style>
span { border-color: #03BCAA; }
span { border-color: rgb(3,188,170); }
td.TdClassName
{
border-color: #03BCAA;
}
.TagClassName
{
border-color: #03BCAA;
}
</style>