Shades of Caribbean Green #00C28F
Tints of Caribbean Green #00C28F
RGB
CMYK
RGB Variations
Color information
#00C28F (or 0x00C28F) is known color: Caribbean Green. HEX triplet: 00, C2 and 8F. RGB value is (0,194,143). Sum of RGB (Red+Green+Blue) = 0+194+143=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #00C28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C28F is #FF3D70. Grayscale: #828282. Windows color (decimal): -16727409 or 9421312. OLE color: 9421312.
HSL color Cylindrical-coordinate representation of color #00C28F: hue angle of 164.23º 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 #00C28F is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 143 | - |
| CMYK | 1 | 0 | 0.26 | 0.24 |
| HSL | 164.23º | 1% | 0.38% | - |
| HSV(B) | 164.23º | 1% | 0.76% | - |
| XYZ | 24.25 | 40.57 | 32.54 | - |
| YUV | 130.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 143 | 1 | 0 | 0.26 | 0.24 | 164.23 | 1 | 0.38 |
| Hex | 0 | C2 | 8F | 64 | 0 | 1A | 18 | A4 | 64 | 26 |
| Octal | 0 | 302 | 217 | 144 | 0 | 32 | 30 | 244 | 144 | 46 |
| Binary | 0 | 11000010 | 10001111 | 1100100 | 0 | 11010 | 11000 | 10100100 | 1100100 | 100110 |
Color Harmonies of #00C28F
Complementary color
Monochromatic Colors of #00C28F
Black with #00C28F
Text Example
Text Example
White with #00C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C28F; }
p { color: rgb(0,194,143); }
H1.HeaderClassName
{
color: #00C28F;
}
.AnyTagClassName
{
color: #00C28F;
}
</style>
background-color css
<style>
a { background-color: #00C28F; }
a { background-color: rgb(0,194,143); }
div.DivClassName
{
background-color: #00C28F;
}
.BgClassName
{
background-color: #00C28F;
}
</style>
border-color css
<style>
span { border-color: #00C28F; }
span { border-color: rgb(0,194,143); }
td.TdClassName
{
border-color: #00C28F;
}
.TagClassName
{
border-color: #00C28F;
}
</style>