Shades of Caribbean Green #03CFAD
Tints of Caribbean Green #03CFAD
RGB
CMYK
RGB Variations
Color information
#03CFAD (or 0x03CFAD) is known color: Caribbean Green. HEX triplet: 03, CF and AD. RGB value is (3,207,173). Sum of RGB (Red+Green+Blue) = 3+207+173=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #03CFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CFAD is #FC3052. Grayscale: #8E8E8E. Windows color (decimal): -16527443 or 11390723. OLE color: 11390723.
HSL color Cylindrical-coordinate representation of color #03CFAD: hue angle of 170º 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 #03CFAD is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 207 | 173 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.19 |
| HSL | 170º | 0.97% | 0.41% | - |
| HSV(B) | 170º | 0.99% | 0.81% | - |
| XYZ | 29.89 | 47.66 | 47.16 | - |
| YUV | 142.13 | 145.41 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 173 | 0.99 | 0 | 0.16 | 0.19 | 170 | 0.97 | 0.41 |
| Hex | 3 | CF | AD | 63 | 0 | 10 | 13 | AA | 61 | 29 |
| Octal | 3 | 317 | 255 | 143 | 0 | 20 | 23 | 252 | 141 | 51 |
| Binary | 11 | 11001111 | 10101101 | 1100011 | 0 | 10000 | 10011 | 10101010 | 1100001 | 101001 |
Color Harmonies of #03CFAD
Complementary color
Monochromatic Colors of #03CFAD
Black with #03CFAD
Text Example
Text Example
White with #03CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFAD; }
p { color: rgb(3,207,173); }
H1.HeaderClassName
{
color: #03CFAD;
}
.AnyTagClassName
{
color: #03CFAD;
}
</style>
background-color css
<style>
a { background-color: #03CFAD; }
a { background-color: rgb(3,207,173); }
div.DivClassName
{
background-color: #03CFAD;
}
.BgClassName
{
background-color: #03CFAD;
}
</style>
border-color css
<style>
span { border-color: #03CFAD; }
span { border-color: rgb(3,207,173); }
td.TdClassName
{
border-color: #03CFAD;
}
.TagClassName
{
border-color: #03CFAD;
}
</style>