Shades of Caribbean Green #03BB8D
Tints of Caribbean Green #03BB8D
RGB
CMYK
RGB Variations
Color information
#03BB8D (or 0x03BB8D) is known color: Caribbean Green. HEX triplet: 03, BB and 8D. RGB value is (3,187,141). Sum of RGB (Red+Green+Blue) = 3+187+141=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BB8D is #FC4472. Grayscale: #7E7E7E. Windows color (decimal): -16532595 or 9288451. OLE color: 9288451.
HSL color Cylindrical-coordinate representation of color #03BB8D: hue angle of 165º 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 #03BB8D is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 187 | 141 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.27 |
| HSL | 165º | 0.97% | 0.37% | - |
| HSV(B) | 165º | 0.98% | 0.73% | - |
| XYZ | 22.62 | 37.48 | 31.24 | - |
| YUV | 126.74 | 136.04 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 141 | 0.98 | 0 | 0.25 | 0.27 | 165 | 0.97 | 0.37 |
| Hex | 3 | BB | 8D | 62 | 0 | 19 | 1B | A5 | 61 | 25 |
| Octal | 3 | 273 | 215 | 142 | 0 | 31 | 33 | 245 | 141 | 45 |
| Binary | 11 | 10111011 | 10001101 | 1100010 | 0 | 11001 | 11011 | 10100101 | 1100001 | 100101 |
Color Harmonies of #03BB8D
Complementary color
Monochromatic Colors of #03BB8D
Black with #03BB8D
Text Example
Text Example
White with #03BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BB8D; }
p { color: rgb(3,187,141); }
H1.HeaderClassName
{
color: #03BB8D;
}
.AnyTagClassName
{
color: #03BB8D;
}
</style>
background-color css
<style>
a { background-color: #03BB8D; }
a { background-color: rgb(3,187,141); }
div.DivClassName
{
background-color: #03BB8D;
}
.BgClassName
{
background-color: #03BB8D;
}
</style>
border-color css
<style>
span { border-color: #03BB8D; }
span { border-color: rgb(3,187,141); }
td.TdClassName
{
border-color: #03BB8D;
}
.TagClassName
{
border-color: #03BB8D;
}
</style>