Shades of Caribbean Green #07CA8F
Tints of Caribbean Green #07CA8F
RGB
CMYK
RGB Variations
Color information
#07CA8F (or 0x07CA8F) is known color: Caribbean Green. HEX triplet: 07, CA and 8F. RGB value is (7,202,143). Sum of RGB (Red+Green+Blue) = 7+202+143=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CA8F is #F83570. Grayscale: #898989. Windows color (decimal): -16266609 or 9423367. OLE color: 9423367.
HSL color Cylindrical-coordinate representation of color #07CA8F: hue angle of 161.85º 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 #07CA8F is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 143 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.21 |
| HSL | 161.85º | 0.93% | 0.41% | - |
| HSV(B) | 161.85º | 0.97% | 0.79% | - |
| XYZ | 26.17 | 44.27 | 33.15 | - |
| YUV | 136.97 | 131.4 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 143 | 0.97 | 0 | 0.29 | 0.21 | 161.85 | 0.93 | 0.41 |
| Hex | 7 | CA | 8F | 61 | 0 | 1D | 15 | A2 | 5D | 29 |
| Octal | 7 | 312 | 217 | 141 | 0 | 35 | 25 | 242 | 135 | 51 |
| Binary | 111 | 11001010 | 10001111 | 1100001 | 0 | 11101 | 10101 | 10100010 | 1011101 | 101001 |
Color Harmonies of #07CA8F
Complementary color
Monochromatic Colors of #07CA8F
Black with #07CA8F
Text Example
Text Example
White with #07CA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA8F; }
p { color: rgb(7,202,143); }
H1.HeaderClassName
{
color: #07CA8F;
}
.AnyTagClassName
{
color: #07CA8F;
}
</style>
background-color css
<style>
a { background-color: #07CA8F; }
a { background-color: rgb(7,202,143); }
div.DivClassName
{
background-color: #07CA8F;
}
.BgClassName
{
background-color: #07CA8F;
}
</style>
border-color css
<style>
span { border-color: #07CA8F; }
span { border-color: rgb(7,202,143); }
td.TdClassName
{
border-color: #07CA8F;
}
.TagClassName
{
border-color: #07CA8F;
}
</style>