Shades of Caribbean Green #00C17E
Tints of Caribbean Green #00C17E
RGB
CMYK
RGB Variations
Color information
#00C17E (or 0x00C17E) is known color: Caribbean Green. HEX triplet: 00, C1 and 7E. RGB value is (0,193,126). Sum of RGB (Red+Green+Blue) = 0+193+126=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #00C17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C17E is #FF3E81. Grayscale: #7F7F7F. Windows color (decimal): -16727682 or 8306944. OLE color: 8306944.
HSL color Cylindrical-coordinate representation of color #00C17E: hue angle of 159.17º 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 #00C17E is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 126 | - |
| CMYK | 1 | 0 | 0.35 | 0.24 |
| HSL | 159.17º | 1% | 0.38% | - |
| HSV(B) | 159.17º | 1% | 0.76% | - |
| XYZ | 22.84 | 39.65 | 26.19 | - |
| YUV | 127.66 | 127.06 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 126 | 1 | 0 | 0.35 | 0.24 | 159.17 | 1 | 0.38 |
| Hex | 0 | C1 | 7E | 64 | 0 | 23 | 18 | 9F | 64 | 26 |
| Octal | 0 | 301 | 176 | 144 | 0 | 43 | 30 | 237 | 144 | 46 |
| Binary | 0 | 11000001 | 1111110 | 1100100 | 0 | 100011 | 11000 | 10011111 | 1100100 | 100110 |
Color Harmonies of #00C17E
Complementary color
Monochromatic Colors of #00C17E
Black with #00C17E
Text Example
Text Example
White with #00C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C17E; }
p { color: rgb(0,193,126); }
H1.HeaderClassName
{
color: #00C17E;
}
.AnyTagClassName
{
color: #00C17E;
}
</style>
background-color css
<style>
a { background-color: #00C17E; }
a { background-color: rgb(0,193,126); }
div.DivClassName
{
background-color: #00C17E;
}
.BgClassName
{
background-color: #00C17E;
}
</style>
border-color css
<style>
span { border-color: #00C17E; }
span { border-color: rgb(0,193,126); }
td.TdClassName
{
border-color: #00C17E;
}
.TagClassName
{
border-color: #00C17E;
}
</style>