Shades of Caribbean Green #03CF99
Tints of Caribbean Green #03CF99
RGB
CMYK
RGB Variations
Color information
#03CF99 (or 0x03CF99) is known color: Caribbean Green. HEX triplet: 03, CF and 99. RGB value is (3,207,153). Sum of RGB (Red+Green+Blue) = 3+207+153=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #03CF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CF99 is #FC3066. Grayscale: #8B8B8B. Windows color (decimal): -16527463 or 10080003. OLE color: 10080003.
HSL color Cylindrical-coordinate representation of color #03CF99: hue angle of 164.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CF99 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 153 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.19 |
| HSL | 164.12º | 0.97% | 0.41% | - |
| HSV(B) | 164.12º | 0.99% | 0.81% | - |
| XYZ | 28.1 | 46.94 | 37.72 | - |
| YUV | 139.85 | 135.41 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 153 | 0.99 | 0 | 0.26 | 0.19 | 164.12 | 0.97 | 0.41 |
| Hex | 3 | CF | 99 | 63 | 0 | 1A | 13 | A4 | 61 | 29 |
| Octal | 3 | 317 | 231 | 143 | 0 | 32 | 23 | 244 | 141 | 51 |
| Binary | 11 | 11001111 | 10011001 | 1100011 | 0 | 11010 | 10011 | 10100100 | 1100001 | 101001 |
Color Harmonies of #03CF99
Complementary color
Monochromatic Colors of #03CF99
Black with #03CF99
Text Example
Text Example
White with #03CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CF99; }
p { color: rgb(3,207,153); }
H1.HeaderClassName
{
color: #03CF99;
}
.AnyTagClassName
{
color: #03CF99;
}
</style>
background-color css
<style>
a { background-color: #03CF99; }
a { background-color: rgb(3,207,153); }
div.DivClassName
{
background-color: #03CF99;
}
.BgClassName
{
background-color: #03CF99;
}
</style>
border-color css
<style>
span { border-color: #03CF99; }
span { border-color: rgb(3,207,153); }
td.TdClassName
{
border-color: #03CF99;
}
.TagClassName
{
border-color: #03CF99;
}
</style>