Shades of Caribbean Green #00CE7E
Tints of Caribbean Green #00CE7E
RGB
CMYK
RGB Variations
Color information
#00CE7E (or 0x00CE7E) is known color: Caribbean Green. HEX triplet: 00, CE and 7E. RGB value is (0,206,126). Sum of RGB (Red+Green+Blue) = 0+206+126=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CE7E is #FF3181. Grayscale: #878787. Windows color (decimal): -16724354 or 8310272. OLE color: 8310272.
HSL color Cylindrical-coordinate representation of color #00CE7E: hue angle of 156.7º 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 #00CE7E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 126 | - |
| CMYK | 1 | 0 | 0.39 | 0.19 |
| HSL | 156.7º | 1% | 0.4% | - |
| HSV(B) | 156.7º | 1% | 0.81% | - |
| XYZ | 25.84 | 45.65 | 27.19 | - |
| YUV | 135.29 | 122.75 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 126 | 1 | 0 | 0.39 | 0.19 | 156.7 | 1 | 0.4 |
| Hex | 0 | CE | 7E | 64 | 0 | 27 | 13 | 9D | 64 | 28 |
| Octal | 0 | 316 | 176 | 144 | 0 | 47 | 23 | 235 | 144 | 50 |
| Binary | 0 | 11001110 | 1111110 | 1100100 | 0 | 100111 | 10011 | 10011101 | 1100100 | 101000 |
Color Harmonies of #00CE7E
Complementary color
Monochromatic Colors of #00CE7E
Black with #00CE7E
Text Example
Text Example
White with #00CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE7E; }
p { color: rgb(0,206,126); }
H1.HeaderClassName
{
color: #00CE7E;
}
.AnyTagClassName
{
color: #00CE7E;
}
</style>
background-color css
<style>
a { background-color: #00CE7E; }
a { background-color: rgb(0,206,126); }
div.DivClassName
{
background-color: #00CE7E;
}
.BgClassName
{
background-color: #00CE7E;
}
</style>
border-color css
<style>
span { border-color: #00CE7E; }
span { border-color: rgb(0,206,126); }
td.TdClassName
{
border-color: #00CE7E;
}
.TagClassName
{
border-color: #00CE7E;
}
</style>