Shades of Caribbean Green #03BD93
Tints of Caribbean Green #03BD93
RGB
CMYK
RGB Variations
Color information
#03BD93 (or 0x03BD93) is known color: Caribbean Green. HEX triplet: 03, BD and 93. RGB value is (3,189,147). Sum of RGB (Red+Green+Blue) = 3+189+147=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD93 is #FC426C. Grayscale: #808080. Windows color (decimal): -16532077 or 9682179. OLE color: 9682179.
HSL color Cylindrical-coordinate representation of color #03BD93: hue angle of 166.45º 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 #03BD93 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 147 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.26 |
| HSL | 166.45º | 0.97% | 0.38% | - |
| HSV(B) | 166.45º | 0.98% | 0.74% | - |
| XYZ | 23.5 | 38.52 | 33.8 | - |
| YUV | 128.6 | 138.38 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 147 | 0.98 | 0 | 0.22 | 0.26 | 166.45 | 0.97 | 0.38 |
| Hex | 3 | BD | 93 | 62 | 0 | 16 | 1A | A6 | 61 | 26 |
| Octal | 3 | 275 | 223 | 142 | 0 | 26 | 32 | 246 | 141 | 46 |
| Binary | 11 | 10111101 | 10010011 | 1100010 | 0 | 10110 | 11010 | 10100110 | 1100001 | 100110 |
Color Harmonies of #03BD93
Complementary color
Monochromatic Colors of #03BD93
Black with #03BD93
Text Example
Text Example
White with #03BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD93; }
p { color: rgb(3,189,147); }
H1.HeaderClassName
{
color: #03BD93;
}
.AnyTagClassName
{
color: #03BD93;
}
</style>
background-color css
<style>
a { background-color: #03BD93; }
a { background-color: rgb(3,189,147); }
div.DivClassName
{
background-color: #03BD93;
}
.BgClassName
{
background-color: #03BD93;
}
</style>
border-color css
<style>
span { border-color: #03BD93; }
span { border-color: rgb(3,189,147); }
td.TdClassName
{
border-color: #03BD93;
}
.TagClassName
{
border-color: #03BD93;
}
</style>