Shades of Caribbean Green #03CAA5
Tints of Caribbean Green #03CAA5
RGB
CMYK
RGB Variations
Color information
#03CAA5 (or 0x03CAA5) is known color: Caribbean Green. HEX triplet: 03, CA and A5. RGB value is (3,202,165). Sum of RGB (Red+Green+Blue) = 3+202+165=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAA5 is #FC355A. Grayscale: #8A8A8A. Windows color (decimal): -16528731 or 10865155. OLE color: 10865155.
HSL color Cylindrical-coordinate representation of color #03CAA5: hue angle of 168.84º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAA5 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 165 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.21 |
| HSL | 168.84º | 0.97% | 0.4% | - |
| HSV(B) | 168.84º | 0.99% | 0.79% | - |
| XYZ | 27.95 | 44.98 | 42.81 | - |
| YUV | 138.28 | 143.07 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 165 | 0.99 | 0 | 0.18 | 0.21 | 168.84 | 0.97 | 0.4 |
| Hex | 3 | CA | A5 | 63 | 0 | 12 | 15 | A9 | 61 | 28 |
| Octal | 3 | 312 | 245 | 143 | 0 | 22 | 25 | 251 | 141 | 50 |
| Binary | 11 | 11001010 | 10100101 | 1100011 | 0 | 10010 | 10101 | 10101001 | 1100001 | 101000 |
Color Harmonies of #03CAA5
Complementary color
Monochromatic Colors of #03CAA5
Black with #03CAA5
Text Example
Text Example
White with #03CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CAA5; }
p { color: rgb(3,202,165); }
H1.HeaderClassName
{
color: #03CAA5;
}
.AnyTagClassName
{
color: #03CAA5;
}
</style>
background-color css
<style>
a { background-color: #03CAA5; }
a { background-color: rgb(3,202,165); }
div.DivClassName
{
background-color: #03CAA5;
}
.BgClassName
{
background-color: #03CAA5;
}
</style>
border-color css
<style>
span { border-color: #03CAA5; }
span { border-color: rgb(3,202,165); }
td.TdClassName
{
border-color: #03CAA5;
}
.TagClassName
{
border-color: #03CAA5;
}
</style>