Shades of Caribbean Green #03BC90
Tints of Caribbean Green #03BC90
RGB
CMYK
RGB Variations
Color information
#03BC90 (or 0x03BC90) is known color: Caribbean Green. HEX triplet: 03, BC and 90. RGB value is (3,188,144). Sum of RGB (Red+Green+Blue) = 3+188+144=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC90 is #FC436F. Grayscale: #7F7F7F. Windows color (decimal): -16532336 or 9485315. OLE color: 9485315.
HSL color Cylindrical-coordinate representation of color #03BC90: hue angle of 165.73º 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 #03BC90 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 144 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.26 |
| HSL | 165.73º | 0.97% | 0.37% | - |
| HSV(B) | 165.73º | 0.98% | 0.74% | - |
| XYZ | 23.05 | 38 | 32.51 | - |
| YUV | 127.67 | 137.21 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 144 | 0.98 | 0 | 0.23 | 0.26 | 165.73 | 0.97 | 0.37 |
| Hex | 3 | BC | 90 | 62 | 0 | 17 | 1A | A6 | 61 | 25 |
| Octal | 3 | 274 | 220 | 142 | 0 | 27 | 32 | 246 | 141 | 45 |
| Binary | 11 | 10111100 | 10010000 | 1100010 | 0 | 10111 | 11010 | 10100110 | 1100001 | 100101 |
Color Harmonies of #03BC90
Complementary color
Monochromatic Colors of #03BC90
Black with #03BC90
Text Example
Text Example
White with #03BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC90; }
p { color: rgb(3,188,144); }
H1.HeaderClassName
{
color: #03BC90;
}
.AnyTagClassName
{
color: #03BC90;
}
</style>
background-color css
<style>
a { background-color: #03BC90; }
a { background-color: rgb(3,188,144); }
div.DivClassName
{
background-color: #03BC90;
}
.BgClassName
{
background-color: #03BC90;
}
</style>
border-color css
<style>
span { border-color: #03BC90; }
span { border-color: rgb(3,188,144); }
td.TdClassName
{
border-color: #03BC90;
}
.TagClassName
{
border-color: #03BC90;
}
</style>