Shades of Caribbean Green #00C2B0
Tints of Caribbean Green #00C2B0
RGB
CMYK
RGB Variations
Color information
#00C2B0 (or 0x00C2B0) is known color: Caribbean Green. HEX triplet: 00, C2 and B0. RGB value is (0,194,176). Sum of RGB (Red+Green+Blue) = 0+194+176=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #00C2B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C2B0 is #FF3D4F. Grayscale: #858585. Windows color (decimal): -16727376 or 11584000. OLE color: 11584000.
HSL color Cylindrical-coordinate representation of color #00C2B0: hue angle of 174.43º 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 #00C2B0 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 176 | - |
| CMYK | 1 | 0 | 0.09 | 0.24 |
| HSL | 174.43º | 1% | 0.38% | - |
| HSV(B) | 174.43º | 1% | 0.76% | - |
| XYZ | 27.13 | 41.72 | 47.7 | - |
| YUV | 133.94 | 151.73 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 176 | 1 | 0 | 0.09 | 0.24 | 174.43 | 1 | 0.38 |
| Hex | 0 | C2 | B0 | 64 | 0 | 9 | 18 | AE | 64 | 26 |
| Octal | 0 | 302 | 260 | 144 | 0 | 11 | 30 | 256 | 144 | 46 |
| Binary | 0 | 11000010 | 10110000 | 1100100 | 0 | 1001 | 11000 | 10101110 | 1100100 | 100110 |
Color Harmonies of #00C2B0
Complementary color
Monochromatic Colors of #00C2B0
Black with #00C2B0
Text Example
Text Example
White with #00C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C2B0; }
p { color: rgb(0,194,176); }
H1.HeaderClassName
{
color: #00C2B0;
}
.AnyTagClassName
{
color: #00C2B0;
}
</style>
background-color css
<style>
a { background-color: #00C2B0; }
a { background-color: rgb(0,194,176); }
div.DivClassName
{
background-color: #00C2B0;
}
.BgClassName
{
background-color: #00C2B0;
}
</style>
border-color css
<style>
span { border-color: #00C2B0; }
span { border-color: rgb(0,194,176); }
td.TdClassName
{
border-color: #00C2B0;
}
.TagClassName
{
border-color: #00C2B0;
}
</style>