Shades of Caribbean Green #03BD95
Tints of Caribbean Green #03BD95
RGB
CMYK
RGB Variations
Color information
#03BD95 (or 0x03BD95) is known color: Caribbean Green. HEX triplet: 03, BD and 95. RGB value is (3,189,149). Sum of RGB (Red+Green+Blue) = 3+189+149=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD95 is #FC426A. Grayscale: #808080. Windows color (decimal): -16532075 or 9813251. OLE color: 9813251.
HSL color Cylindrical-coordinate representation of color #03BD95: hue angle of 167.1º 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 #03BD95 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 149 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.26 |
| HSL | 167.1º | 0.97% | 0.38% | - |
| HSV(B) | 167.1º | 0.98% | 0.74% | - |
| XYZ | 23.66 | 38.58 | 34.63 | - |
| YUV | 128.83 | 139.38 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 149 | 0.98 | 0 | 0.21 | 0.26 | 167.1 | 0.97 | 0.38 |
| Hex | 3 | BD | 95 | 62 | 0 | 15 | 1A | A7 | 61 | 26 |
| Octal | 3 | 275 | 225 | 142 | 0 | 25 | 32 | 247 | 141 | 46 |
| Binary | 11 | 10111101 | 10010101 | 1100010 | 0 | 10101 | 11010 | 10100111 | 1100001 | 100110 |
Color Harmonies of #03BD95
Complementary color
Monochromatic Colors of #03BD95
Black with #03BD95
Text Example
Text Example
White with #03BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD95; }
p { color: rgb(3,189,149); }
H1.HeaderClassName
{
color: #03BD95;
}
.AnyTagClassName
{
color: #03BD95;
}
</style>
background-color css
<style>
a { background-color: #03BD95; }
a { background-color: rgb(3,189,149); }
div.DivClassName
{
background-color: #03BD95;
}
.BgClassName
{
background-color: #03BD95;
}
</style>
border-color css
<style>
span { border-color: #03BD95; }
span { border-color: rgb(3,189,149); }
td.TdClassName
{
border-color: #03BD95;
}
.TagClassName
{
border-color: #03BD95;
}
</style>