Shades of Caribbean Green #00CDAC
Tints of Caribbean Green #00CDAC
RGB
CMYK
RGB Variations
Color information
#00CDAC (or 0x00CDAC) is known color: Caribbean Green. HEX triplet: 00, CD and AC. RGB value is (0,205,172). Sum of RGB (Red+Green+Blue) = 0+205+172=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CDAC is #FF3253. Grayscale: #8B8B8B. Windows color (decimal): -16724564 or 11324672. OLE color: 11324672.
HSL color Cylindrical-coordinate representation of color #00CDAC: hue angle of 170.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDAC is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 205 | 172 | - |
| CMYK | 1 | 0 | 0.16 | 0.20 |
| HSL | 170.34º | 1% | 0.4% | - |
| HSV(B) | 170.34º | 1% | 0.8% | - |
| XYZ | 29.28 | 46.64 | 46.49 | - |
| YUV | 139.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 205 | 172 | 1 | 0 | 0.16 | 0.20 | 170.34 | 1 | 0.4 |
| Hex | 0 | CD | AC | 64 | 0 | 10 | 14 | AA | 64 | 28 |
| Octal | 0 | 315 | 254 | 144 | 0 | 20 | 24 | 252 | 144 | 50 |
| Binary | 0 | 11001101 | 10101100 | 1100100 | 0 | 10000 | 10100 | 10101010 | 1100100 | 101000 |
Color Harmonies of #00CDAC
Complementary color
Monochromatic Colors of #00CDAC
Black with #00CDAC
Text Example
Text Example
White with #00CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CDAC; }
p { color: rgb(0,205,172); }
H1.HeaderClassName
{
color: #00CDAC;
}
.AnyTagClassName
{
color: #00CDAC;
}
</style>
background-color css
<style>
a { background-color: #00CDAC; }
a { background-color: rgb(0,205,172); }
div.DivClassName
{
background-color: #00CDAC;
}
.BgClassName
{
background-color: #00CDAC;
}
</style>
border-color css
<style>
span { border-color: #00CDAC; }
span { border-color: rgb(0,205,172); }
td.TdClassName
{
border-color: #00CDAC;
}
.TagClassName
{
border-color: #00CDAC;
}
</style>