Shades of Caribbean Green #00CEAE
Tints of Caribbean Green #00CEAE
RGB
CMYK
RGB Variations
Color information
#00CEAE (or 0x00CEAE) is known color: Caribbean Green. HEX triplet: 00, CE and AE. RGB value is (0,206,174). Sum of RGB (Red+Green+Blue) = 0+206+174=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CEAE is #FF3151. Grayscale: #8C8C8C. Windows color (decimal): -16724306 or 11456000. OLE color: 11456000.
HSL color Cylindrical-coordinate representation of color #00CEAE: hue angle of 170.68º 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 #00CEAE is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 174 | - |
| CMYK | 1 | 0 | 0.16 | 0.19 |
| HSL | 170.68º | 1% | 0.4% | - |
| HSV(B) | 170.68º | 1% | 0.81% | - |
| XYZ | 29.71 | 47.2 | 47.59 | - |
| YUV | 140.76 | 146.75 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 174 | 1 | 0 | 0.16 | 0.19 | 170.68 | 1 | 0.4 |
| Hex | 0 | CE | AE | 64 | 0 | 10 | 13 | AB | 64 | 28 |
| Octal | 0 | 316 | 256 | 144 | 0 | 20 | 23 | 253 | 144 | 50 |
| Binary | 0 | 11001110 | 10101110 | 1100100 | 0 | 10000 | 10011 | 10101011 | 1100100 | 101000 |
Color Harmonies of #00CEAE
Complementary color
Monochromatic Colors of #00CEAE
Black with #00CEAE
Text Example
Text Example
White with #00CEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEAE; }
p { color: rgb(0,206,174); }
H1.HeaderClassName
{
color: #00CEAE;
}
.AnyTagClassName
{
color: #00CEAE;
}
</style>
background-color css
<style>
a { background-color: #00CEAE; }
a { background-color: rgb(0,206,174); }
div.DivClassName
{
background-color: #00CEAE;
}
.BgClassName
{
background-color: #00CEAE;
}
</style>
border-color css
<style>
span { border-color: #00CEAE; }
span { border-color: rgb(0,206,174); }
td.TdClassName
{
border-color: #00CEAE;
}
.TagClassName
{
border-color: #00CEAE;
}
</style>