Shades of Caribbean Green #03BC89
Tints of Caribbean Green #03BC89
RGB
CMYK
RGB Variations
Color information
#03BC89 (or 0x03BC89) is known color: Caribbean Green. HEX triplet: 03, BC and 89. RGB value is (3,188,137). Sum of RGB (Red+Green+Blue) = 3+188+137=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC89 is #FC4376. Grayscale: #7E7E7E. Windows color (decimal): -16532343 or 9026563. OLE color: 9026563.
HSL color Cylindrical-coordinate representation of color #03BC89: hue angle of 163.46º 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 #03BC89 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 137 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.26 |
| HSL | 163.46º | 0.97% | 0.37% | - |
| HSV(B) | 163.46º | 0.98% | 0.74% | - |
| XYZ | 22.54 | 37.79 | 29.77 | - |
| YUV | 126.87 | 133.71 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 137 | 0.98 | 0 | 0.27 | 0.26 | 163.46 | 0.97 | 0.37 |
| Hex | 3 | BC | 89 | 62 | 0 | 1B | 1A | A3 | 61 | 25 |
| Octal | 3 | 274 | 211 | 142 | 0 | 33 | 32 | 243 | 141 | 45 |
| Binary | 11 | 10111100 | 10001001 | 1100010 | 0 | 11011 | 11010 | 10100011 | 1100001 | 100101 |
Color Harmonies of #03BC89
Complementary color
Monochromatic Colors of #03BC89
Black with #03BC89
Text Example
Text Example
White with #03BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC89; }
p { color: rgb(3,188,137); }
H1.HeaderClassName
{
color: #03BC89;
}
.AnyTagClassName
{
color: #03BC89;
}
</style>
background-color css
<style>
a { background-color: #03BC89; }
a { background-color: rgb(3,188,137); }
div.DivClassName
{
background-color: #03BC89;
}
.BgClassName
{
background-color: #03BC89;
}
</style>
border-color css
<style>
span { border-color: #03BC89; }
span { border-color: rgb(3,188,137); }
td.TdClassName
{
border-color: #03BC89;
}
.TagClassName
{
border-color: #03BC89;
}
</style>