Shades of Caribbean Green #03C97D
Tints of Caribbean Green #03C97D
RGB
CMYK
RGB Variations
Color information
#03C97D (or 0x03C97D) is known color: Caribbean Green. HEX triplet: 03, C9 and 7D. RGB value is (3,201,125). Sum of RGB (Red+Green+Blue) = 3+201+125=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #03C97D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C97D is #FC3682. Grayscale: #858585. Windows color (decimal): -16529027 or 8243459. OLE color: 8243459.
HSL color Cylindrical-coordinate representation of color #03C97D: hue angle of 156.97º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C97D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 125 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.21 |
| HSL | 156.97º | 0.97% | 0.4% | - |
| HSV(B) | 156.97º | 0.99% | 0.79% | - |
| XYZ | 24.63 | 43.27 | 26.46 | - |
| YUV | 133.13 | 123.4 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 125 | 0.99 | 0 | 0.38 | 0.21 | 156.97 | 0.97 | 0.4 |
| Hex | 3 | C9 | 7D | 63 | 0 | 26 | 15 | 9D | 61 | 28 |
| Octal | 3 | 311 | 175 | 143 | 0 | 46 | 25 | 235 | 141 | 50 |
| Binary | 11 | 11001001 | 1111101 | 1100011 | 0 | 100110 | 10101 | 10011101 | 1100001 | 101000 |
Color Harmonies of #03C97D
Complementary color
Monochromatic Colors of #03C97D
Black with #03C97D
Text Example
Text Example
White with #03C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C97D; }
p { color: rgb(3,201,125); }
H1.HeaderClassName
{
color: #03C97D;
}
.AnyTagClassName
{
color: #03C97D;
}
</style>
background-color css
<style>
a { background-color: #03C97D; }
a { background-color: rgb(3,201,125); }
div.DivClassName
{
background-color: #03C97D;
}
.BgClassName
{
background-color: #03C97D;
}
</style>
border-color css
<style>
span { border-color: #03C97D; }
span { border-color: rgb(3,201,125); }
td.TdClassName
{
border-color: #03C97D;
}
.TagClassName
{
border-color: #03C97D;
}
</style>