Shades of Caribbean Green #00CEAC
Tints of Caribbean Green #00CEAC
RGB
CMYK
RGB Variations
Color information
#00CEAC (or 0x00CEAC) is known color: Caribbean Green. HEX triplet: 00, CE and AC. RGB value is (0,206,172). Sum of RGB (Red+Green+Blue) = 0+206+172=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CEAC is #FF3153. Grayscale: #8C8C8C. Windows color (decimal): -16724308 or 11324928. OLE color: 11324928.
HSL color Cylindrical-coordinate representation of color #00CEAC: hue angle of 170.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEAC is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 172 | - |
| CMYK | 1 | 0 | 0.17 | 0.19 |
| HSL | 170.1º | 1% | 0.4% | - |
| HSV(B) | 170.1º | 1% | 0.81% | - |
| XYZ | 29.52 | 47.12 | 46.57 | - |
| YUV | 140.53 | 145.75 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 172 | 1 | 0 | 0.17 | 0.19 | 170.1 | 1 | 0.4 |
| Hex | 0 | CE | AC | 64 | 0 | 11 | 13 | AA | 64 | 28 |
| Octal | 0 | 316 | 254 | 144 | 0 | 21 | 23 | 252 | 144 | 50 |
| Binary | 0 | 11001110 | 10101100 | 1100100 | 0 | 10001 | 10011 | 10101010 | 1100100 | 101000 |
Color Harmonies of #00CEAC
Complementary color
Monochromatic Colors of #00CEAC
Black with #00CEAC
Text Example
Text Example
White with #00CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEAC; }
p { color: rgb(0,206,172); }
H1.HeaderClassName
{
color: #00CEAC;
}
.AnyTagClassName
{
color: #00CEAC;
}
</style>
background-color css
<style>
a { background-color: #00CEAC; }
a { background-color: rgb(0,206,172); }
div.DivClassName
{
background-color: #00CEAC;
}
.BgClassName
{
background-color: #00CEAC;
}
</style>
border-color css
<style>
span { border-color: #00CEAC; }
span { border-color: rgb(0,206,172); }
td.TdClassName
{
border-color: #00CEAC;
}
.TagClassName
{
border-color: #00CEAC;
}
</style>