Shades of Caribbean Green #07CA9F
Tints of Caribbean Green #07CA9F
RGB
CMYK
RGB Variations
Color information
#07CA9F (or 0x07CA9F) is known color: Caribbean Green. HEX triplet: 07, CA and 9F. RGB value is (7,202,159). Sum of RGB (Red+Green+Blue) = 7+202+159=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CA9F is #F83560. Grayscale: #8A8A8A. Windows color (decimal): -16266593 or 10471943. OLE color: 10471943.
HSL color Cylindrical-coordinate representation of color #07CA9F: hue angle of 166.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA9F is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 159 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.21 |
| HSL | 166.77º | 0.93% | 0.41% | - |
| HSV(B) | 166.77º | 0.97% | 0.79% | - |
| XYZ | 27.47 | 44.79 | 40 | - |
| YUV | 138.79 | 139.4 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 159 | 0.97 | 0 | 0.21 | 0.21 | 166.77 | 0.93 | 0.41 |
| Hex | 7 | CA | 9F | 61 | 0 | 15 | 15 | A7 | 5D | 29 |
| Octal | 7 | 312 | 237 | 141 | 0 | 25 | 25 | 247 | 135 | 51 |
| Binary | 111 | 11001010 | 10011111 | 1100001 | 0 | 10101 | 10101 | 10100111 | 1011101 | 101001 |
Color Harmonies of #07CA9F
Complementary color
Monochromatic Colors of #07CA9F
Black with #07CA9F
Text Example
Text Example
White with #07CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA9F; }
p { color: rgb(7,202,159); }
H1.HeaderClassName
{
color: #07CA9F;
}
.AnyTagClassName
{
color: #07CA9F;
}
</style>
background-color css
<style>
a { background-color: #07CA9F; }
a { background-color: rgb(7,202,159); }
div.DivClassName
{
background-color: #07CA9F;
}
.BgClassName
{
background-color: #07CA9F;
}
</style>
border-color css
<style>
span { border-color: #07CA9F; }
span { border-color: rgb(7,202,159); }
td.TdClassName
{
border-color: #07CA9F;
}
.TagClassName
{
border-color: #07CA9F;
}
</style>