Shades of Caribbean Green #00C0AD
Tints of Caribbean Green #00C0AD
RGB
CMYK
RGB Variations
Color information
#00C0AD (or 0x00C0AD) is known color: Caribbean Green. HEX triplet: 00, C0 and AD. RGB value is (0,192,173). Sum of RGB (Red+Green+Blue) = 0+192+173=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #00C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C0AD is #FF3F52. Grayscale: #848484. Windows color (decimal): -16727891 or 11386880. OLE color: 11386880.
HSL color Cylindrical-coordinate representation of color #00C0AD: hue angle of 174.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0AD is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 173 | - |
| CMYK | 1 | 0 | 0.10 | 0.25 |
| HSL | 174.06º | 1% | 0.38% | - |
| HSV(B) | 174.06º | 1% | 0.75% | - |
| XYZ | 26.39 | 40.72 | 46 | - |
| YUV | 132.43 | 150.89 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 173 | 1 | 0 | 0.10 | 0.25 | 174.06 | 1 | 0.38 |
| Hex | 0 | C0 | AD | 64 | 0 | A | 19 | AE | 64 | 26 |
| Octal | 0 | 300 | 255 | 144 | 0 | 12 | 31 | 256 | 144 | 46 |
| Binary | 0 | 11000000 | 10101101 | 1100100 | 0 | 1010 | 11001 | 10101110 | 1100100 | 100110 |
Color Harmonies of #00C0AD
Complementary color
Monochromatic Colors of #00C0AD
Black with #00C0AD
Text Example
Text Example
White with #00C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0AD; }
p { color: rgb(0,192,173); }
H1.HeaderClassName
{
color: #00C0AD;
}
.AnyTagClassName
{
color: #00C0AD;
}
</style>
background-color css
<style>
a { background-color: #00C0AD; }
a { background-color: rgb(0,192,173); }
div.DivClassName
{
background-color: #00C0AD;
}
.BgClassName
{
background-color: #00C0AD;
}
</style>
border-color css
<style>
span { border-color: #00C0AD; }
span { border-color: rgb(0,192,173); }
td.TdClassName
{
border-color: #00C0AD;
}
.TagClassName
{
border-color: #00C0AD;
}
</style>