Shades of Caribbean Green #03CEA1
Tints of Caribbean Green #03CEA1
RGB
CMYK
RGB Variations
Color information
#03CEA1 (or 0x03CEA1) is known color: Caribbean Green. HEX triplet: 03, CE and A1. RGB value is (3,206,161). Sum of RGB (Red+Green+Blue) = 3+206+161=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #03CEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CEA1 is #FC315E. Grayscale: #8C8C8C. Windows color (decimal): -16527711 or 10604035. OLE color: 10604035.
HSL color Cylindrical-coordinate representation of color #03CEA1: hue angle of 166.7º 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 #03CEA1 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 161 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.19 |
| HSL | 166.7º | 0.97% | 0.41% | - |
| HSV(B) | 166.7º | 0.99% | 0.81% | - |
| XYZ | 28.54 | 46.74 | 41.23 | - |
| YUV | 140.17 | 139.75 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 161 | 0.99 | 0 | 0.22 | 0.19 | 166.7 | 0.97 | 0.41 |
| Hex | 3 | CE | A1 | 63 | 0 | 16 | 13 | A7 | 61 | 29 |
| Octal | 3 | 316 | 241 | 143 | 0 | 26 | 23 | 247 | 141 | 51 |
| Binary | 11 | 11001110 | 10100001 | 1100011 | 0 | 10110 | 10011 | 10100111 | 1100001 | 101001 |
Color Harmonies of #03CEA1
Complementary color
Monochromatic Colors of #03CEA1
Black with #03CEA1
Text Example
Text Example
White with #03CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CEA1; }
p { color: rgb(3,206,161); }
H1.HeaderClassName
{
color: #03CEA1;
}
.AnyTagClassName
{
color: #03CEA1;
}
</style>
background-color css
<style>
a { background-color: #03CEA1; }
a { background-color: rgb(3,206,161); }
div.DivClassName
{
background-color: #03CEA1;
}
.BgClassName
{
background-color: #03CEA1;
}
</style>
border-color css
<style>
span { border-color: #03CEA1; }
span { border-color: rgb(3,206,161); }
td.TdClassName
{
border-color: #03CEA1;
}
.TagClassName
{
border-color: #03CEA1;
}
</style>