Shades of Caribbean Green #03C0AD
Tints of Caribbean Green #03C0AD
RGB
CMYK
RGB Variations
Color information
#03C0AD (or 0x03C0AD) is known color: Caribbean Green. HEX triplet: 03, C0 and AD. RGB value is (3,192,173). Sum of RGB (Red+Green+Blue) = 3+192+173=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #03C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C0AD is #FC3F52. Grayscale: #858585. Windows color (decimal): -16531283 or 11386883. OLE color: 11386883.
HSL color Cylindrical-coordinate representation of color #03C0AD: hue angle of 173.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C0AD is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 173 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.25 |
| HSL | 173.97º | 0.97% | 0.38% | - |
| HSV(B) | 173.97º | 0.98% | 0.75% | - |
| XYZ | 26.43 | 40.74 | 46 | - |
| YUV | 133.32 | 150.38 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 173 | 0.98 | 0 | 0.10 | 0.25 | 173.97 | 0.97 | 0.38 |
| Hex | 3 | C0 | AD | 62 | 0 | A | 19 | AE | 61 | 26 |
| Octal | 3 | 300 | 255 | 142 | 0 | 12 | 31 | 256 | 141 | 46 |
| Binary | 11 | 11000000 | 10101101 | 1100010 | 0 | 1010 | 11001 | 10101110 | 1100001 | 100110 |
Color Harmonies of #03C0AD
Complementary color
Monochromatic Colors of #03C0AD
Black with #03C0AD
Text Example
Text Example
White with #03C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0AD; }
p { color: rgb(3,192,173); }
H1.HeaderClassName
{
color: #03C0AD;
}
.AnyTagClassName
{
color: #03C0AD;
}
</style>
background-color css
<style>
a { background-color: #03C0AD; }
a { background-color: rgb(3,192,173); }
div.DivClassName
{
background-color: #03C0AD;
}
.BgClassName
{
background-color: #03C0AD;
}
</style>
border-color css
<style>
span { border-color: #03C0AD; }
span { border-color: rgb(3,192,173); }
td.TdClassName
{
border-color: #03C0AD;
}
.TagClassName
{
border-color: #03C0AD;
}
</style>