Shades of Caribbean Green #07CDA7
Tints of Caribbean Green #07CDA7
RGB
CMYK
RGB Variations
Color information
#07CDA7 (or 0x07CDA7) is known color: Caribbean Green. HEX triplet: 07, CD and A7. RGB value is (7,205,167). Sum of RGB (Red+Green+Blue) = 7+205+167=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CDA7 is #F83258. Grayscale: #8D8D8D. Windows color (decimal): -16265817 or 10996999. OLE color: 10996999.
HSL color Cylindrical-coordinate representation of color #07CDA7: hue angle of 168.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDA7 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
RGB | 7 | 205 | 167 | - |
CMYK | 0.97 | 0 | 0.19 | 0.20 |
HSL | 168.48º | 0.93% | 0.42% | - |
HSV(B) | 168.48º | 0.97% | 0.8% | - |
XYZ | 28.89 | 46.5 | 44.01 | - |
YUV | 141.47 | 142.4 | 32.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 205 | 167 | 0.97 | 0 | 0.19 | 0.20 | 168.48 | 0.93 | 0.42 |
Hex | 7 | CD | A7 | 61 | 0 | 13 | 14 | A8 | 5D | 2A |
Octal | 7 | 315 | 247 | 141 | 0 | 23 | 24 | 250 | 135 | 52 |
Binary | 111 | 11001101 | 10100111 | 1100001 | 0 | 10011 | 10100 | 10101000 | 1011101 | 101010 |
Color Harmonies of #07CDA7
Complementary color
Monochromatic Colors of #07CDA7
Black with #07CDA7
Text Example
Text Example
White with #07CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDA7; }
p { color: rgb(7,205,167); }
H1.HeaderClassName
{
color: #07CDA7;
}
.AnyTagClassName
{
color: #07CDA7;
}
</style>
background-color css
<style>
a { background-color: #07CDA7; }
a { background-color: rgb(7,205,167); }
div.DivClassName
{
background-color: #07CDA7;
}
.BgClassName
{
background-color: #07CDA7;
}
</style>
border-color css
<style>
span { border-color: #07CDA7; }
span { border-color: rgb(7,205,167); }
td.TdClassName
{
border-color: #07CDA7;
}
.TagClassName
{
border-color: #07CDA7;
}
</style>