Shades of Caribbean Green #00C294
Tints of Caribbean Green #00C294
RGB
CMYK
RGB Variations
Color information
#00C294 (or 0x00C294) is known color: Caribbean Green. HEX triplet: 00, C2 and 94. RGB value is (0,194,148). Sum of RGB (Red+Green+Blue) = 0+194+148=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #00C294 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C294 is #FF3D6B. Grayscale: #828282. Windows color (decimal): -16727404 or 9748992. OLE color: 9748992.
HSL color Cylindrical-coordinate representation of color #00C294: hue angle of 165.77º 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 #00C294 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 148 | - |
| CMYK | 1 | 0 | 0.24 | 0.24 |
| HSL | 165.77º | 1% | 0.38% | - |
| HSV(B) | 165.77º | 1% | 0.76% | - |
| XYZ | 24.64 | 40.72 | 34.58 | - |
| YUV | 130.75 | 137.73 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 148 | 1 | 0 | 0.24 | 0.24 | 165.77 | 1 | 0.38 |
| Hex | 0 | C2 | 94 | 64 | 0 | 18 | 18 | A6 | 64 | 26 |
| Octal | 0 | 302 | 224 | 144 | 0 | 30 | 30 | 246 | 144 | 46 |
| Binary | 0 | 11000010 | 10010100 | 1100100 | 0 | 11000 | 11000 | 10100110 | 1100100 | 100110 |
Color Harmonies of #00C294
Complementary color
Monochromatic Colors of #00C294
Black with #00C294
Text Example
Text Example
White with #00C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C294; }
p { color: rgb(0,194,148); }
H1.HeaderClassName
{
color: #00C294;
}
.AnyTagClassName
{
color: #00C294;
}
</style>
background-color css
<style>
a { background-color: #00C294; }
a { background-color: rgb(0,194,148); }
div.DivClassName
{
background-color: #00C294;
}
.BgClassName
{
background-color: #00C294;
}
</style>
border-color css
<style>
span { border-color: #00C294; }
span { border-color: rgb(0,194,148); }
td.TdClassName
{
border-color: #00C294;
}
.TagClassName
{
border-color: #00C294;
}
</style>