Shades of Caribbean Green #10CDB0
Tints of Caribbean Green #10CDB0
RGB
CMYK
RGB Variations
Color information
#10CDB0 (or 0x10CDB0) is known color: Caribbean Green. HEX triplet: 10, CD and B0. RGB value is (16,205,176). Sum of RGB (Red+Green+Blue) = 16+205+176=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CDB0 is #EF324F. Grayscale: #919191. Windows color (decimal): -15675984 or 11586832. OLE color: 11586832.
HSL color Cylindrical-coordinate representation of color #10CDB0: hue angle of 170.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CDB0 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 176 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.20 |
| HSL | 170.79º | 0.86% | 0.43% | - |
| HSV(B) | 170.79º | 0.92% | 0.8% | - |
| XYZ | 29.88 | 46.91 | 48.55 | - |
| YUV | 145.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 176 | 0.92 | 0 | 0.14 | 0.20 | 170.79 | 0.86 | 0.43 |
| Hex | 10 | CD | B0 | 5C | 0 | E | 14 | AB | 56 | 2B |
| Octal | 20 | 315 | 260 | 134 | 0 | 16 | 24 | 253 | 126 | 53 |
| Binary | 10000 | 11001101 | 10110000 | 1011100 | 0 | 1110 | 10100 | 10101011 | 1010110 | 101011 |
Color Harmonies of #10CDB0
Complementary color
Monochromatic Colors of #10CDB0
Black with #10CDB0
Text Example
Text Example
White with #10CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDB0; }
p { color: rgb(16,205,176); }
H1.HeaderClassName
{
color: #10CDB0;
}
.AnyTagClassName
{
color: #10CDB0;
}
</style>
background-color css
<style>
a { background-color: #10CDB0; }
a { background-color: rgb(16,205,176); }
div.DivClassName
{
background-color: #10CDB0;
}
.BgClassName
{
background-color: #10CDB0;
}
</style>
border-color css
<style>
span { border-color: #10CDB0; }
span { border-color: rgb(16,205,176); }
td.TdClassName
{
border-color: #10CDB0;
}
.TagClassName
{
border-color: #10CDB0;
}
</style>