Shades of Caribbean Green #03BD91
Tints of Caribbean Green #03BD91
RGB
CMYK
RGB Variations
Color information
#03BD91 (or 0x03BD91) is known color: Caribbean Green. HEX triplet: 03, BD and 91. RGB value is (3,189,145). Sum of RGB (Red+Green+Blue) = 3+189+145=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD91 is #FC426E. Grayscale: #808080. Windows color (decimal): -16532079 or 9551107. OLE color: 9551107.
HSL color Cylindrical-coordinate representation of color #03BD91: hue angle of 165.81º 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 #03BD91 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 145 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.26 |
| HSL | 165.81º | 0.97% | 0.38% | - |
| HSV(B) | 165.81º | 0.98% | 0.74% | - |
| XYZ | 23.35 | 38.46 | 32.98 | - |
| YUV | 128.37 | 137.38 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 145 | 0.98 | 0 | 0.23 | 0.26 | 165.81 | 0.97 | 0.38 |
| Hex | 3 | BD | 91 | 62 | 0 | 17 | 1A | A6 | 61 | 26 |
| Octal | 3 | 275 | 221 | 142 | 0 | 27 | 32 | 246 | 141 | 46 |
| Binary | 11 | 10111101 | 10010001 | 1100010 | 0 | 10111 | 11010 | 10100110 | 1100001 | 100110 |
Color Harmonies of #03BD91
Complementary color
Monochromatic Colors of #03BD91
Black with #03BD91
Text Example
Text Example
White with #03BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD91; }
p { color: rgb(3,189,145); }
H1.HeaderClassName
{
color: #03BD91;
}
.AnyTagClassName
{
color: #03BD91;
}
</style>
background-color css
<style>
a { background-color: #03BD91; }
a { background-color: rgb(3,189,145); }
div.DivClassName
{
background-color: #03BD91;
}
.BgClassName
{
background-color: #03BD91;
}
</style>
border-color css
<style>
span { border-color: #03BD91; }
span { border-color: rgb(3,189,145); }
td.TdClassName
{
border-color: #03BD91;
}
.TagClassName
{
border-color: #03BD91;
}
</style>