Shades of Caribbean Green #00C28C
Tints of Caribbean Green #00C28C
RGB
CMYK
RGB Variations
Color information
#00C28C (or 0x00C28C) is known color: Caribbean Green. HEX triplet: 00, C2 and 8C. RGB value is (0,194,140). Sum of RGB (Red+Green+Blue) = 0+194+140=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #00C28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C28C is #FF3D73. Grayscale: #818181. Windows color (decimal): -16727412 or 9224704. OLE color: 9224704.
HSL color Cylindrical-coordinate representation of color #00C28C: hue angle of 163.3º 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 #00C28C is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 140 | - |
| CMYK | 1 | 0 | 0.28 | 0.24 |
| HSL | 163.3º | 1% | 0.38% | - |
| HSV(B) | 163.3º | 1% | 0.76% | - |
| XYZ | 24.03 | 40.48 | 31.36 | - |
| YUV | 129.84 | 133.73 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 140 | 1 | 0 | 0.28 | 0.24 | 163.3 | 1 | 0.38 |
| Hex | 0 | C2 | 8C | 64 | 0 | 1C | 18 | A3 | 64 | 26 |
| Octal | 0 | 302 | 214 | 144 | 0 | 34 | 30 | 243 | 144 | 46 |
| Binary | 0 | 11000010 | 10001100 | 1100100 | 0 | 11100 | 11000 | 10100011 | 1100100 | 100110 |
Color Harmonies of #00C28C
Complementary color
Monochromatic Colors of #00C28C
Black with #00C28C
Text Example
Text Example
White with #00C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C28C; }
p { color: rgb(0,194,140); }
H1.HeaderClassName
{
color: #00C28C;
}
.AnyTagClassName
{
color: #00C28C;
}
</style>
background-color css
<style>
a { background-color: #00C28C; }
a { background-color: rgb(0,194,140); }
div.DivClassName
{
background-color: #00C28C;
}
.BgClassName
{
background-color: #00C28C;
}
</style>
border-color css
<style>
span { border-color: #00C28C; }
span { border-color: rgb(0,194,140); }
td.TdClassName
{
border-color: #00C28C;
}
.TagClassName
{
border-color: #00C28C;
}
</style>