Shades of Caribbean Green #03CEAA
Tints of Caribbean Green #03CEAA
RGB
CMYK
RGB Variations
Color information
#03CEAA (or 0x03CEAA) is known color: Caribbean Green. HEX triplet: 03, CE and AA. RGB value is (3,206,170). Sum of RGB (Red+Green+Blue) = 3+206+170=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #03CEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CEAA is #FC3155. Grayscale: #8D8D8D. Windows color (decimal): -16527702 or 11193859. OLE color: 11193859.
HSL color Cylindrical-coordinate representation of color #03CEAA: hue angle of 169.36º 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 #03CEAA is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 206 | 170 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.19 |
| HSL | 169.36º | 0.97% | 0.41% | - |
| HSV(B) | 169.36º | 0.99% | 0.81% | - |
| XYZ | 29.36 | 47.06 | 45.57 | - |
| YUV | 141.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 170 | 0.99 | 0 | 0.17 | 0.19 | 169.36 | 0.97 | 0.41 |
| Hex | 3 | CE | AA | 63 | 0 | 11 | 13 | A9 | 61 | 29 |
| Octal | 3 | 316 | 252 | 143 | 0 | 21 | 23 | 251 | 141 | 51 |
| Binary | 11 | 11001110 | 10101010 | 1100011 | 0 | 10001 | 10011 | 10101001 | 1100001 | 101001 |
Color Harmonies of #03CEAA
Complementary color
Monochromatic Colors of #03CEAA
Black with #03CEAA
Text Example
Text Example
White with #03CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CEAA; }
p { color: rgb(3,206,170); }
H1.HeaderClassName
{
color: #03CEAA;
}
.AnyTagClassName
{
color: #03CEAA;
}
</style>
background-color css
<style>
a { background-color: #03CEAA; }
a { background-color: rgb(3,206,170); }
div.DivClassName
{
background-color: #03CEAA;
}
.BgClassName
{
background-color: #03CEAA;
}
</style>
border-color css
<style>
span { border-color: #03CEAA; }
span { border-color: rgb(3,206,170); }
td.TdClassName
{
border-color: #03CEAA;
}
.TagClassName
{
border-color: #03CEAA;
}
</style>