Shades of Caribbean Green #10CDA5
Tints of Caribbean Green #10CDA5
RGB
CMYK
RGB Variations
Color information
#10CDA5 (or 0x10CDA5) is known color: Caribbean Green. HEX triplet: 10, CD and A5. RGB value is (16,205,165). Sum of RGB (Red+Green+Blue) = 16+205+165=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CDA5 is #EF325A. Grayscale: #8F8F8F. Windows color (decimal): -15675995 or 10865936. OLE color: 10865936.
HSL color Cylindrical-coordinate representation of color #10CDA5: hue angle of 167.3º 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 #10CDA5 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 165 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.20 |
| HSL | 167.3º | 0.86% | 0.43% | - |
| HSV(B) | 167.3º | 0.92% | 0.8% | - |
| XYZ | 28.84 | 46.49 | 43.05 | - |
| YUV | 143.93 | 139.88 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 165 | 0.92 | 0 | 0.20 | 0.20 | 167.3 | 0.86 | 0.43 |
| Hex | 10 | CD | A5 | 5C | 0 | 14 | 14 | A7 | 56 | 2B |
| Octal | 20 | 315 | 245 | 134 | 0 | 24 | 24 | 247 | 126 | 53 |
| Binary | 10000 | 11001101 | 10100101 | 1011100 | 0 | 10100 | 10100 | 10100111 | 1010110 | 101011 |
Color Harmonies of #10CDA5
Complementary color
Monochromatic Colors of #10CDA5
Black with #10CDA5
Text Example
Text Example
White with #10CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDA5; }
p { color: rgb(16,205,165); }
H1.HeaderClassName
{
color: #10CDA5;
}
.AnyTagClassName
{
color: #10CDA5;
}
</style>
background-color css
<style>
a { background-color: #10CDA5; }
a { background-color: rgb(16,205,165); }
div.DivClassName
{
background-color: #10CDA5;
}
.BgClassName
{
background-color: #10CDA5;
}
</style>
border-color css
<style>
span { border-color: #10CDA5; }
span { border-color: rgb(16,205,165); }
td.TdClassName
{
border-color: #10CDA5;
}
.TagClassName
{
border-color: #10CDA5;
}
</style>