Shades of Caribbean Green #03CFAA
Tints of Caribbean Green #03CFAA
RGB
CMYK
RGB Variations
Color information
#03CFAA (or 0x03CFAA) is known color: Caribbean Green. HEX triplet: 03, CF and AA. RGB value is (3,207,170). Sum of RGB (Red+Green+Blue) = 3+207+170=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #03CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CFAA is #FC3055. Grayscale: #8D8D8D. Windows color (decimal): -16527446 or 11194115. OLE color: 11194115.
HSL color Cylindrical-coordinate representation of color #03CFAA: hue angle of 169.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 #03CFAA is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 170 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.19 |
| HSL | 169.12º | 0.97% | 0.41% | - |
| HSV(B) | 169.12º | 0.99% | 0.81% | - |
| XYZ | 29.61 | 47.55 | 45.65 | - |
| YUV | 141.79 | 143.91 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 170 | 0.99 | 0 | 0.18 | 0.19 | 169.12 | 0.97 | 0.41 |
| Hex | 3 | CF | AA | 63 | 0 | 12 | 13 | A9 | 61 | 29 |
| Octal | 3 | 317 | 252 | 143 | 0 | 22 | 23 | 251 | 141 | 51 |
| Binary | 11 | 11001111 | 10101010 | 1100011 | 0 | 10010 | 10011 | 10101001 | 1100001 | 101001 |
Color Harmonies of #03CFAA
Complementary color
Monochromatic Colors of #03CFAA
Black with #03CFAA
Text Example
Text Example
White with #03CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFAA; }
p { color: rgb(3,207,170); }
H1.HeaderClassName
{
color: #03CFAA;
}
.AnyTagClassName
{
color: #03CFAA;
}
</style>
background-color css
<style>
a { background-color: #03CFAA; }
a { background-color: rgb(3,207,170); }
div.DivClassName
{
background-color: #03CFAA;
}
.BgClassName
{
background-color: #03CFAA;
}
</style>
border-color css
<style>
span { border-color: #03CFAA; }
span { border-color: rgb(3,207,170); }
td.TdClassName
{
border-color: #03CFAA;
}
.TagClassName
{
border-color: #03CFAA;
}
</style>