Shades of Caribbean Green #00C3AD
Tints of Caribbean Green #00C3AD
RGB
CMYK
RGB Variations
Color information
#00C3AD (or 0x00C3AD) is known color: Caribbean Green. HEX triplet: 00, C3 and AD. RGB value is (0,195,173). Sum of RGB (Red+Green+Blue) = 0+195+173=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #00C3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C3AD is #FF3C52. Grayscale: #868686. Windows color (decimal): -16727123 or 11387648. OLE color: 11387648.
HSL color Cylindrical-coordinate representation of color #00C3AD: hue angle of 173.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C3AD is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 173 | - |
| CMYK | 1 | 0 | 0.11 | 0.24 |
| HSL | 173.23º | 1% | 0.38% | - |
| HSV(B) | 173.23º | 1% | 0.76% | - |
| XYZ | 27.06 | 42.05 | 46.23 | - |
| YUV | 134.19 | 149.9 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 173 | 1 | 0 | 0.11 | 0.24 | 173.23 | 1 | 0.38 |
| Hex | 0 | C3 | AD | 64 | 0 | B | 18 | AD | 64 | 26 |
| Octal | 0 | 303 | 255 | 144 | 0 | 13 | 30 | 255 | 144 | 46 |
| Binary | 0 | 11000011 | 10101101 | 1100100 | 0 | 1011 | 11000 | 10101101 | 1100100 | 100110 |
Color Harmonies of #00C3AD
Complementary color
Monochromatic Colors of #00C3AD
Black with #00C3AD
Text Example
Text Example
White with #00C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C3AD; }
p { color: rgb(0,195,173); }
H1.HeaderClassName
{
color: #00C3AD;
}
.AnyTagClassName
{
color: #00C3AD;
}
</style>
background-color css
<style>
a { background-color: #00C3AD; }
a { background-color: rgb(0,195,173); }
div.DivClassName
{
background-color: #00C3AD;
}
.BgClassName
{
background-color: #00C3AD;
}
</style>
border-color css
<style>
span { border-color: #00C3AD; }
span { border-color: rgb(0,195,173); }
td.TdClassName
{
border-color: #00C3AD;
}
.TagClassName
{
border-color: #00C3AD;
}
</style>