Shades of Caribbean Green #00CB8F
Tints of Caribbean Green #00CB8F
RGB
CMYK
RGB Variations
Color information
#00CB8F (or 0x00CB8F) is known color: Caribbean Green. HEX triplet: 00, CB and 8F. RGB value is (0,203,143). Sum of RGB (Red+Green+Blue) = 0+203+143=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CB8F is #FF3470. Grayscale: #878787. Windows color (decimal): -16725105 or 9423616. OLE color: 9423616.
HSL color Cylindrical-coordinate representation of color #00CB8F: hue angle of 162.27º 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 #00CB8F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 143 | - |
| CMYK | 1 | 0 | 0.30 | 0.20 |
| HSL | 162.27º | 1% | 0.4% | - |
| HSV(B) | 162.27º | 1% | 0.8% | - |
| XYZ | 26.31 | 44.7 | 33.23 | - |
| YUV | 135.46 | 132.25 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 143 | 1 | 0 | 0.30 | 0.20 | 162.27 | 1 | 0.4 |
| Hex | 0 | CB | 8F | 64 | 0 | 1E | 14 | A2 | 64 | 28 |
| Octal | 0 | 313 | 217 | 144 | 0 | 36 | 24 | 242 | 144 | 50 |
| Binary | 0 | 11001011 | 10001111 | 1100100 | 0 | 11110 | 10100 | 10100010 | 1100100 | 101000 |
Color Harmonies of #00CB8F
Complementary color
Monochromatic Colors of #00CB8F
Black with #00CB8F
Text Example
Text Example
White with #00CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB8F; }
p { color: rgb(0,203,143); }
H1.HeaderClassName
{
color: #00CB8F;
}
.AnyTagClassName
{
color: #00CB8F;
}
</style>
background-color css
<style>
a { background-color: #00CB8F; }
a { background-color: rgb(0,203,143); }
div.DivClassName
{
background-color: #00CB8F;
}
.BgClassName
{
background-color: #00CB8F;
}
</style>
border-color css
<style>
span { border-color: #00CB8F; }
span { border-color: rgb(0,203,143); }
td.TdClassName
{
border-color: #00CB8F;
}
.TagClassName
{
border-color: #00CB8F;
}
</style>