Shades of Caribbean Green #03CB7E
Tints of Caribbean Green #03CB7E
RGB
CMYK
RGB Variations
Color information
#03CB7E (or 0x03CB7E) is known color: Caribbean Green. HEX triplet: 03, CB and 7E. RGB value is (3,203,126). Sum of RGB (Red+Green+Blue) = 3+203+126=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #03CB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CB7E is #FC3481. Grayscale: #868686. Windows color (decimal): -16528514 or 8309507. OLE color: 8309507.
HSL color Cylindrical-coordinate representation of color #03CB7E: hue angle of 156.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CB7E is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 126 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.20 |
| HSL | 156.9º | 0.97% | 0.4% | - |
| HSV(B) | 156.9º | 0.99% | 0.8% | - |
| XYZ | 25.16 | 44.24 | 26.95 | - |
| YUV | 134.42 | 123.24 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 126 | 0.99 | 0 | 0.38 | 0.20 | 156.9 | 0.97 | 0.4 |
| Hex | 3 | CB | 7E | 63 | 0 | 26 | 14 | 9D | 61 | 28 |
| Octal | 3 | 313 | 176 | 143 | 0 | 46 | 24 | 235 | 141 | 50 |
| Binary | 11 | 11001011 | 1111110 | 1100011 | 0 | 100110 | 10100 | 10011101 | 1100001 | 101000 |
Color Harmonies of #03CB7E
Complementary color
Monochromatic Colors of #03CB7E
Black with #03CB7E
Text Example
Text Example
White with #03CB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CB7E; }
p { color: rgb(3,203,126); }
H1.HeaderClassName
{
color: #03CB7E;
}
.AnyTagClassName
{
color: #03CB7E;
}
</style>
background-color css
<style>
a { background-color: #03CB7E; }
a { background-color: rgb(3,203,126); }
div.DivClassName
{
background-color: #03CB7E;
}
.BgClassName
{
background-color: #03CB7E;
}
</style>
border-color css
<style>
span { border-color: #03CB7E; }
span { border-color: rgb(3,203,126); }
td.TdClassName
{
border-color: #03CB7E;
}
.TagClassName
{
border-color: #03CB7E;
}
</style>