Shades of Caribbean Green #03BD90
Tints of Caribbean Green #03BD90
RGB
CMYK
RGB Variations
Color information
#03BD90 (or 0x03BD90) is known color: Caribbean Green. HEX triplet: 03, BD and 90. RGB value is (3,189,144). Sum of RGB (Red+Green+Blue) = 3+189+144=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD90 is #FC426F. Grayscale: #808080. Windows color (decimal): -16532080 or 9485571. OLE color: 9485571.
HSL color Cylindrical-coordinate representation of color #03BD90: hue angle of 165.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD90 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 144 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.26 |
| HSL | 165.48º | 0.97% | 0.38% | - |
| HSV(B) | 165.48º | 0.98% | 0.74% | - |
| XYZ | 23.27 | 38.43 | 32.58 | - |
| YUV | 128.26 | 136.88 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 144 | 0.98 | 0 | 0.24 | 0.26 | 165.48 | 0.97 | 0.38 |
| Hex | 3 | BD | 90 | 62 | 0 | 18 | 1A | A5 | 61 | 26 |
| Octal | 3 | 275 | 220 | 142 | 0 | 30 | 32 | 245 | 141 | 46 |
| Binary | 11 | 10111101 | 10010000 | 1100010 | 0 | 11000 | 11010 | 10100101 | 1100001 | 100110 |
Color Harmonies of #03BD90
Complementary color
Monochromatic Colors of #03BD90
Black with #03BD90
Text Example
Text Example
White with #03BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD90; }
p { color: rgb(3,189,144); }
H1.HeaderClassName
{
color: #03BD90;
}
.AnyTagClassName
{
color: #03BD90;
}
</style>
background-color css
<style>
a { background-color: #03BD90; }
a { background-color: rgb(3,189,144); }
div.DivClassName
{
background-color: #03BD90;
}
.BgClassName
{
background-color: #03BD90;
}
</style>
border-color css
<style>
span { border-color: #03BD90; }
span { border-color: rgb(3,189,144); }
td.TdClassName
{
border-color: #03BD90;
}
.TagClassName
{
border-color: #03BD90;
}
</style>