Shades of Caribbean Green #00CFB2
Tints of Caribbean Green #00CFB2
RGB
CMYK
RGB Variations
Color information
#00CFB2 (or 0x00CFB2) is known color: Caribbean Green. HEX triplet: 00, CF and B2. RGB value is (0,207,178). Sum of RGB (Red+Green+Blue) = 0+207+178=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CFB2 is #FF304D. Grayscale: #8D8D8D. Windows color (decimal): -16724046 or 11718400. OLE color: 11718400.
HSL color Cylindrical-coordinate representation of color #00CFB2: hue angle of 171.59º 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 #00CFB2 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 178 | - |
| CMYK | 1 | 0 | 0.14 | 0.19 |
| HSL | 171.59º | 1% | 0.41% | - |
| HSV(B) | 171.59º | 1% | 0.81% | - |
| XYZ | 30.35 | 47.84 | 49.75 | - |
| YUV | 141.8 | 148.42 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 178 | 1 | 0 | 0.14 | 0.19 | 171.59 | 1 | 0.41 |
| Hex | 0 | CF | B2 | 64 | 0 | E | 13 | AC | 64 | 29 |
| Octal | 0 | 317 | 262 | 144 | 0 | 16 | 23 | 254 | 144 | 51 |
| Binary | 0 | 11001111 | 10110010 | 1100100 | 0 | 1110 | 10011 | 10101100 | 1100100 | 101001 |
Color Harmonies of #00CFB2
Complementary color
Monochromatic Colors of #00CFB2
Black with #00CFB2
Text Example
Text Example
White with #00CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFB2; }
p { color: rgb(0,207,178); }
H1.HeaderClassName
{
color: #00CFB2;
}
.AnyTagClassName
{
color: #00CFB2;
}
</style>
background-color css
<style>
a { background-color: #00CFB2; }
a { background-color: rgb(0,207,178); }
div.DivClassName
{
background-color: #00CFB2;
}
.BgClassName
{
background-color: #00CFB2;
}
</style>
border-color css
<style>
span { border-color: #00CFB2; }
span { border-color: rgb(0,207,178); }
td.TdClassName
{
border-color: #00CFB2;
}
.TagClassName
{
border-color: #00CFB2;
}
</style>