Shades of Caribbean Green #00C194
Tints of Caribbean Green #00C194
RGB
CMYK
RGB Variations
Color information
#00C194 (or 0x00C194) is known color: Caribbean Green. HEX triplet: 00, C1 and 94. RGB value is (0,193,148). Sum of RGB (Red+Green+Blue) = 0+193+148=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #00C194 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C194 is #FF3E6B. Grayscale: #828282. Windows color (decimal): -16727660 or 9748736. OLE color: 9748736.
HSL color Cylindrical-coordinate representation of color #00C194: hue angle of 166.01º 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 #00C194 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 148 | - |
| CMYK | 1 | 0 | 0.23 | 0.24 |
| HSL | 166.01º | 1% | 0.38% | - |
| HSV(B) | 166.01º | 1% | 0.76% | - |
| XYZ | 24.42 | 40.28 | 34.5 | - |
| YUV | 130.16 | 138.06 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 148 | 1 | 0 | 0.23 | 0.24 | 166.01 | 1 | 0.38 |
| Hex | 0 | C1 | 94 | 64 | 0 | 17 | 18 | A6 | 64 | 26 |
| Octal | 0 | 301 | 224 | 144 | 0 | 27 | 30 | 246 | 144 | 46 |
| Binary | 0 | 11000001 | 10010100 | 1100100 | 0 | 10111 | 11000 | 10100110 | 1100100 | 100110 |
Color Harmonies of #00C194
Complementary color
Monochromatic Colors of #00C194
Black with #00C194
Text Example
Text Example
White with #00C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C194; }
p { color: rgb(0,193,148); }
H1.HeaderClassName
{
color: #00C194;
}
.AnyTagClassName
{
color: #00C194;
}
</style>
background-color css
<style>
a { background-color: #00C194; }
a { background-color: rgb(0,193,148); }
div.DivClassName
{
background-color: #00C194;
}
.BgClassName
{
background-color: #00C194;
}
</style>
border-color css
<style>
span { border-color: #00C194; }
span { border-color: rgb(0,193,148); }
td.TdClassName
{
border-color: #00C194;
}
.TagClassName
{
border-color: #00C194;
}
</style>