Shades of Caribbean Green #05CDB0
Tints of Caribbean Green #05CDB0
RGB
CMYK
RGB Variations
Color information
#05CDB0 (or 0x05CDB0) is known color: Caribbean Green. HEX triplet: 05, CD and B0. RGB value is (5,205,176). Sum of RGB (Red+Green+Blue) = 5+205+176=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #05CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CDB0 is #FA324F. Grayscale: #8D8D8D. Windows color (decimal): -16396880 or 11586821. OLE color: 11586821.
HSL color Cylindrical-coordinate representation of color #05CDB0: hue angle of 171.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CDB0 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 205 | 176 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.20 |
| HSL | 171.3º | 0.95% | 0.41% | - |
| HSV(B) | 171.3º | 0.98% | 0.8% | - |
| XYZ | 29.73 | 46.83 | 48.55 | - |
| YUV | 141.89 | 147.24 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 205 | 176 | 0.98 | 0 | 0.14 | 0.20 | 171.3 | 0.95 | 0.41 |
| Hex | 5 | CD | B0 | 62 | 0 | E | 14 | AB | 5F | 29 |
| Octal | 5 | 315 | 260 | 142 | 0 | 16 | 24 | 253 | 137 | 51 |
| Binary | 101 | 11001101 | 10110000 | 1100010 | 0 | 1110 | 10100 | 10101011 | 1011111 | 101001 |
Color Harmonies of #05CDB0
Complementary color
Monochromatic Colors of #05CDB0
Black with #05CDB0
Text Example
Text Example
White with #05CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CDB0; }
p { color: rgb(5,205,176); }
H1.HeaderClassName
{
color: #05CDB0;
}
.AnyTagClassName
{
color: #05CDB0;
}
</style>
background-color css
<style>
a { background-color: #05CDB0; }
a { background-color: rgb(5,205,176); }
div.DivClassName
{
background-color: #05CDB0;
}
.BgClassName
{
background-color: #05CDB0;
}
</style>
border-color css
<style>
span { border-color: #05CDB0; }
span { border-color: rgb(5,205,176); }
td.TdClassName
{
border-color: #05CDB0;
}
.TagClassName
{
border-color: #05CDB0;
}
</style>