Shades of Caribbean Green #00C09B
Tints of Caribbean Green #00C09B
RGB
CMYK
RGB Variations
Color information
#00C09B (or 0x00C09B) is known color: Caribbean Green. HEX triplet: 00, C0 and 9B. RGB value is (0,192,155). Sum of RGB (Red+Green+Blue) = 0+192+155=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #00C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C09B is #FF3F64. Grayscale: #828282. Windows color (decimal): -16727909 or 10207232. OLE color: 10207232.
HSL color Cylindrical-coordinate representation of color #00C09B: hue angle of 168.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C09B is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 155 | - |
| CMYK | 1 | 0 | 0.19 | 0.25 |
| HSL | 168.44º | 1% | 0.38% | - |
| HSV(B) | 168.44º | 1% | 0.75% | - |
| XYZ | 24.77 | 40.07 | 37.44 | - |
| YUV | 130.37 | 141.89 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 155 | 1 | 0 | 0.19 | 0.25 | 168.44 | 1 | 0.38 |
| Hex | 0 | C0 | 9B | 64 | 0 | 13 | 19 | A8 | 64 | 26 |
| Octal | 0 | 300 | 233 | 144 | 0 | 23 | 31 | 250 | 144 | 46 |
| Binary | 0 | 11000000 | 10011011 | 1100100 | 0 | 10011 | 11001 | 10101000 | 1100100 | 100110 |
Color Harmonies of #00C09B
Complementary color
Monochromatic Colors of #00C09B
Black with #00C09B
Text Example
Text Example
White with #00C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C09B; }
p { color: rgb(0,192,155); }
H1.HeaderClassName
{
color: #00C09B;
}
.AnyTagClassName
{
color: #00C09B;
}
</style>
background-color css
<style>
a { background-color: #00C09B; }
a { background-color: rgb(0,192,155); }
div.DivClassName
{
background-color: #00C09B;
}
.BgClassName
{
background-color: #00C09B;
}
</style>
border-color css
<style>
span { border-color: #00C09B; }
span { border-color: rgb(0,192,155); }
td.TdClassName
{
border-color: #00C09B;
}
.TagClassName
{
border-color: #00C09B;
}
</style>