Shades of Caribbean Green #03BBAB
Tints of Caribbean Green #03BBAB
RGB
CMYK
RGB Variations
Color information
#03BBAB (or 0x03BBAB) is known color: Caribbean Green. HEX triplet: 03, BB and AB. RGB value is (3,187,171). Sum of RGB (Red+Green+Blue) = 3+187+171=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #03BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BBAB is #FC4454. Grayscale: #828282. Windows color (decimal): -16532565 or 11254531. OLE color: 11254531.
HSL color Cylindrical-coordinate representation of color #03BBAB: hue angle of 174.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BBAB is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 187 | 171 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.27 |
| HSL | 174.78º | 0.97% | 0.37% | - |
| HSV(B) | 174.78º | 0.98% | 0.73% | - |
| XYZ | 25.16 | 38.5 | 44.63 | - |
| YUV | 130.16 | 151.04 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 171 | 0.98 | 0 | 0.09 | 0.27 | 174.78 | 0.97 | 0.37 |
| Hex | 3 | BB | AB | 62 | 0 | 9 | 1B | AF | 61 | 25 |
| Octal | 3 | 273 | 253 | 142 | 0 | 11 | 33 | 257 | 141 | 45 |
| Binary | 11 | 10111011 | 10101011 | 1100010 | 0 | 1001 | 11011 | 10101111 | 1100001 | 100101 |
Color Harmonies of #03BBAB
Complementary color
Monochromatic Colors of #03BBAB
Black with #03BBAB
Text Example
Text Example
White with #03BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBAB; }
p { color: rgb(3,187,171); }
H1.HeaderClassName
{
color: #03BBAB;
}
.AnyTagClassName
{
color: #03BBAB;
}
</style>
background-color css
<style>
a { background-color: #03BBAB; }
a { background-color: rgb(3,187,171); }
div.DivClassName
{
background-color: #03BBAB;
}
.BgClassName
{
background-color: #03BBAB;
}
</style>
border-color css
<style>
span { border-color: #03BBAB; }
span { border-color: rgb(3,187,171); }
td.TdClassName
{
border-color: #03BBAB;
}
.TagClassName
{
border-color: #03BBAB;
}
</style>