Shades of Caribbean Green #07CBAB
Tints of Caribbean Green #07CBAB
RGB
CMYK
RGB Variations
Color information
#07CBAB (or 0x07CBAB) is known color: Caribbean Green. HEX triplet: 07, CB and AB. RGB value is (7,203,171). Sum of RGB (Red+Green+Blue) = 7+203+171=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CBAB is #F83454. Grayscale: #8C8C8C. Windows color (decimal): -16266325 or 11258631. OLE color: 11258631.
HSL color Cylindrical-coordinate representation of color #07CBAB: hue angle of 170.2º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBAB is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 171 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.20 |
| HSL | 170.2º | 0.93% | 0.41% | - |
| HSV(B) | 170.2º | 0.97% | 0.8% | - |
| XYZ | 28.79 | 45.7 | 45.83 | - |
| YUV | 140.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 171 | 0.97 | 0 | 0.16 | 0.20 | 170.2 | 0.93 | 0.41 |
| Hex | 7 | CB | AB | 61 | 0 | 10 | 14 | AA | 5D | 29 |
| Octal | 7 | 313 | 253 | 141 | 0 | 20 | 24 | 252 | 135 | 51 |
| Binary | 111 | 11001011 | 10101011 | 1100001 | 0 | 10000 | 10100 | 10101010 | 1011101 | 101001 |
Color Harmonies of #07CBAB
Complementary color
Monochromatic Colors of #07CBAB
Black with #07CBAB
Text Example
Text Example
White with #07CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBAB; }
p { color: rgb(7,203,171); }
H1.HeaderClassName
{
color: #07CBAB;
}
.AnyTagClassName
{
color: #07CBAB;
}
</style>
background-color css
<style>
a { background-color: #07CBAB; }
a { background-color: rgb(7,203,171); }
div.DivClassName
{
background-color: #07CBAB;
}
.BgClassName
{
background-color: #07CBAB;
}
</style>
border-color css
<style>
span { border-color: #07CBAB; }
span { border-color: rgb(7,203,171); }
td.TdClassName
{
border-color: #07CBAB;
}
.TagClassName
{
border-color: #07CBAB;
}
</style>