Shades of Caribbean Green #07CDA5
Tints of Caribbean Green #07CDA5
RGB
CMYK
RGB Variations
Color information
#07CDA5 (or 0x07CDA5) is known color: Caribbean Green. HEX triplet: 07, CD and A5. RGB value is (7,205,165). Sum of RGB (Red+Green+Blue) = 7+205+165=377 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CDA5 is #F8325A. Grayscale: #8D8D8D. Windows color (decimal): -16265819 or 10865927. OLE color: 10865927.
HSL color Cylindrical-coordinate representation of color #07CDA5: hue angle of 167.88º 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 #07CDA5 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 205 | 165 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.20 |
| HSL | 167.88º | 0.93% | 0.42% | - |
| HSV(B) | 167.88º | 0.97% | 0.8% | - |
| XYZ | 28.71 | 46.42 | 43.04 | - |
| YUV | 141.24 | 141.4 | 32.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 165 | 0.97 | 0 | 0.20 | 0.20 | 167.88 | 0.93 | 0.42 |
| Hex | 7 | CD | A5 | 61 | 0 | 14 | 14 | A8 | 5D | 2A |
| Octal | 7 | 315 | 245 | 141 | 0 | 24 | 24 | 250 | 135 | 52 |
| Binary | 111 | 11001101 | 10100101 | 1100001 | 0 | 10100 | 10100 | 10101000 | 1011101 | 101010 |
Color Harmonies of #07CDA5
Complementary color
Monochromatic Colors of #07CDA5
Black with #07CDA5
Text Example
Text Example
White with #07CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDA5; }
p { color: rgb(7,205,165); }
H1.HeaderClassName
{
color: #07CDA5;
}
.AnyTagClassName
{
color: #07CDA5;
}
</style>
background-color css
<style>
a { background-color: #07CDA5; }
a { background-color: rgb(7,205,165); }
div.DivClassName
{
background-color: #07CDA5;
}
.BgClassName
{
background-color: #07CDA5;
}
</style>
border-color css
<style>
span { border-color: #07CDA5; }
span { border-color: rgb(7,205,165); }
td.TdClassName
{
border-color: #07CDA5;
}
.TagClassName
{
border-color: #07CDA5;
}
</style>