Shades of Caribbean Green #00C285
Tints of Caribbean Green #00C285
RGB
CMYK
RGB Variations
Color information
#00C285 (or 0x00C285) is known color: Caribbean Green. HEX triplet: 00, C2 and 85. RGB value is (0,194,133). Sum of RGB (Red+Green+Blue) = 0+194+133=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #00C285 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C285 is #FF3D7A. Grayscale: #818181. Windows color (decimal): -16727419 or 8765952. OLE color: 8765952.
HSL color Cylindrical-coordinate representation of color #00C285: hue angle of 161.13º 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 #00C285 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 194 | 133 | - |
| CMYK | 1 | 0 | 0.31 | 0.24 |
| HSL | 161.13º | 1% | 0.38% | - |
| HSV(B) | 161.13º | 1% | 0.76% | - |
| XYZ | 23.53 | 40.28 | 28.72 | - |
| YUV | 129.04 | 130.23 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 194 | 133 | 1 | 0 | 0.31 | 0.24 | 161.13 | 1 | 0.38 |
| Hex | 0 | C2 | 85 | 64 | 0 | 1F | 18 | A1 | 64 | 26 |
| Octal | 0 | 302 | 205 | 144 | 0 | 37 | 30 | 241 | 144 | 46 |
| Binary | 0 | 11000010 | 10000101 | 1100100 | 0 | 11111 | 11000 | 10100001 | 1100100 | 100110 |
Color Harmonies of #00C285
Complementary color
Monochromatic Colors of #00C285
Black with #00C285
Text Example
Text Example
White with #00C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C285; }
p { color: rgb(0,194,133); }
H1.HeaderClassName
{
color: #00C285;
}
.AnyTagClassName
{
color: #00C285;
}
</style>
background-color css
<style>
a { background-color: #00C285; }
a { background-color: rgb(0,194,133); }
div.DivClassName
{
background-color: #00C285;
}
.BgClassName
{
background-color: #00C285;
}
</style>
border-color css
<style>
span { border-color: #00C285; }
span { border-color: rgb(0,194,133); }
td.TdClassName
{
border-color: #00C285;
}
.TagClassName
{
border-color: #00C285;
}
</style>