Shades of Caribbean Green #00CFB1
Tints of Caribbean Green #00CFB1
RGB
CMYK
RGB Variations
Color information
#00CFB1 (or 0x00CFB1) is known color: Caribbean Green. HEX triplet: 00, CF and B1. RGB value is (0,207,177). Sum of RGB (Red+Green+Blue) = 0+207+177=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFB1 is #FF304E. Grayscale: #8D8D8D. Windows color (decimal): -16724047 or 11652864. OLE color: 11652864.
HSL color Cylindrical-coordinate representation of color #00CFB1: hue angle of 171.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFB1 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 177 | - |
| CMYK | 1 | 0 | 0.14 | 0.19 |
| HSL | 171.3º | 1% | 0.41% | - |
| HSV(B) | 171.3º | 1% | 0.81% | - |
| XYZ | 30.25 | 47.8 | 49.23 | - |
| YUV | 141.69 | 147.92 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 177 | 1 | 0 | 0.14 | 0.19 | 171.3 | 1 | 0.41 |
| Hex | 0 | CF | B1 | 64 | 0 | E | 13 | AB | 64 | 29 |
| Octal | 0 | 317 | 261 | 144 | 0 | 16 | 23 | 253 | 144 | 51 |
| Binary | 0 | 11001111 | 10110001 | 1100100 | 0 | 1110 | 10011 | 10101011 | 1100100 | 101001 |
Color Harmonies of #00CFB1
Complementary color
Monochromatic Colors of #00CFB1
Black with #00CFB1
Text Example
Text Example
White with #00CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFB1; }
p { color: rgb(0,207,177); }
H1.HeaderClassName
{
color: #00CFB1;
}
.AnyTagClassName
{
color: #00CFB1;
}
</style>
background-color css
<style>
a { background-color: #00CFB1; }
a { background-color: rgb(0,207,177); }
div.DivClassName
{
background-color: #00CFB1;
}
.BgClassName
{
background-color: #00CFB1;
}
</style>
border-color css
<style>
span { border-color: #00CFB1; }
span { border-color: rgb(0,207,177); }
td.TdClassName
{
border-color: #00CFB1;
}
.TagClassName
{
border-color: #00CFB1;
}
</style>