Shades of Caribbean Green #00CBB1
Tints of Caribbean Green #00CBB1
RGB
CMYK
RGB Variations
Color information
#00CBB1 (or 0x00CBB1) is known color: Caribbean Green. HEX triplet: 00, CB and B1. RGB value is (0,203,177). Sum of RGB (Red+Green+Blue) = 0+203+177=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBB1 is #FF344E. Grayscale: #8B8B8B. Windows color (decimal): -16725071 or 11651840. OLE color: 11651840.
HSL color Cylindrical-coordinate representation of color #00CBB1: hue angle of 172.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBB1 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 177 | - |
| CMYK | 1 | 0 | 0.13 | 0.20 |
| HSL | 172.32º | 1% | 0.4% | - |
| HSV(B) | 172.32º | 1% | 0.8% | - |
| XYZ | 29.29 | 45.89 | 48.91 | - |
| YUV | 139.34 | 149.25 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 177 | 1 | 0 | 0.13 | 0.20 | 172.32 | 1 | 0.4 |
| Hex | 0 | CB | B1 | 64 | 0 | D | 14 | AC | 64 | 28 |
| Octal | 0 | 313 | 261 | 144 | 0 | 15 | 24 | 254 | 144 | 50 |
| Binary | 0 | 11001011 | 10110001 | 1100100 | 0 | 1101 | 10100 | 10101100 | 1100100 | 101000 |
Color Harmonies of #00CBB1
Complementary color
Monochromatic Colors of #00CBB1
Black with #00CBB1
Text Example
Text Example
White with #00CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBB1; }
p { color: rgb(0,203,177); }
H1.HeaderClassName
{
color: #00CBB1;
}
.AnyTagClassName
{
color: #00CBB1;
}
</style>
background-color css
<style>
a { background-color: #00CBB1; }
a { background-color: rgb(0,203,177); }
div.DivClassName
{
background-color: #00CBB1;
}
.BgClassName
{
background-color: #00CBB1;
}
</style>
border-color css
<style>
span { border-color: #00CBB1; }
span { border-color: rgb(0,203,177); }
td.TdClassName
{
border-color: #00CBB1;
}
.TagClassName
{
border-color: #00CBB1;
}
</style>