Shades of Caribbean Green #07CDB0
Tints of Caribbean Green #07CDB0
RGB
CMYK
RGB Variations
Color information
#07CDB0 (or 0x07CDB0) is known color: Caribbean Green. HEX triplet: 07, CD and B0. RGB value is (7,205,176). Sum of RGB (Red+Green+Blue) = 7+205+176=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CDB0 is #F8324F. Grayscale: #8E8E8E. Windows color (decimal): -16265808 or 11586823. OLE color: 11586823.
HSL color Cylindrical-coordinate representation of color #07CDB0: hue angle of 171.21º 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 #07CDB0 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 205 | 176 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.20 |
| HSL | 171.21º | 0.93% | 0.42% | - |
| HSV(B) | 171.21º | 0.97% | 0.8% | - |
| XYZ | 29.76 | 46.84 | 48.55 | - |
| YUV | 142.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 176 | 0.97 | 0 | 0.14 | 0.20 | 171.21 | 0.93 | 0.42 |
| Hex | 7 | CD | B0 | 61 | 0 | E | 14 | AB | 5D | 2A |
| Octal | 7 | 315 | 260 | 141 | 0 | 16 | 24 | 253 | 135 | 52 |
| Binary | 111 | 11001101 | 10110000 | 1100001 | 0 | 1110 | 10100 | 10101011 | 1011101 | 101010 |
Color Harmonies of #07CDB0
Complementary color
Monochromatic Colors of #07CDB0
Black with #07CDB0
Text Example
Text Example
White with #07CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDB0; }
p { color: rgb(7,205,176); }
H1.HeaderClassName
{
color: #07CDB0;
}
.AnyTagClassName
{
color: #07CDB0;
}
</style>
background-color css
<style>
a { background-color: #07CDB0; }
a { background-color: rgb(7,205,176); }
div.DivClassName
{
background-color: #07CDB0;
}
.BgClassName
{
background-color: #07CDB0;
}
</style>
border-color css
<style>
span { border-color: #07CDB0; }
span { border-color: rgb(7,205,176); }
td.TdClassName
{
border-color: #07CDB0;
}
.TagClassName
{
border-color: #07CDB0;
}
</style>