Shades of Caribbean Green #03CAB2
Tints of Caribbean Green #03CAB2
RGB
CMYK
RGB Variations
Color information
#03CAB2 (or 0x03CAB2) is known color: Caribbean Green. HEX triplet: 03, CA and B2. RGB value is (3,202,178). Sum of RGB (Red+Green+Blue) = 3+202+178=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAB2 is #FC354D. Grayscale: #8B8B8B. Windows color (decimal): -16528718 or 11717123. OLE color: 11717123.
HSL color Cylindrical-coordinate representation of color #03CAB2: hue angle of 172.76º 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 #03CAB2 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 202 | 178 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.21 |
| HSL | 172.76º | 0.97% | 0.4% | - |
| HSV(B) | 172.76º | 0.99% | 0.79% | - |
| XYZ | 29.19 | 45.47 | 49.36 | - |
| YUV | 139.76 | 149.57 | 30.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 178 | 0.99 | 0 | 0.12 | 0.21 | 172.76 | 0.97 | 0.4 |
| Hex | 3 | CA | B2 | 63 | 0 | C | 15 | AD | 61 | 28 |
| Octal | 3 | 312 | 262 | 143 | 0 | 14 | 25 | 255 | 141 | 50 |
| Binary | 11 | 11001010 | 10110010 | 1100011 | 0 | 1100 | 10101 | 10101101 | 1100001 | 101000 |
Color Harmonies of #03CAB2
Complementary color
Monochromatic Colors of #03CAB2
Black with #03CAB2
Text Example
Text Example
White with #03CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CAB2; }
p { color: rgb(3,202,178); }
H1.HeaderClassName
{
color: #03CAB2;
}
.AnyTagClassName
{
color: #03CAB2;
}
</style>
background-color css
<style>
a { background-color: #03CAB2; }
a { background-color: rgb(3,202,178); }
div.DivClassName
{
background-color: #03CAB2;
}
.BgClassName
{
background-color: #03CAB2;
}
</style>
border-color css
<style>
span { border-color: #03CAB2; }
span { border-color: rgb(3,202,178); }
td.TdClassName
{
border-color: #03CAB2;
}
.TagClassName
{
border-color: #03CAB2;
}
</style>