Shades of Caribbean Green #10D7A5
Tints of Caribbean Green #10D7A5
RGB
CMYK
RGB Variations
Color information
#10D7A5 (or 0x10D7A5) is known color: Caribbean Green. HEX triplet: 10, D7 and A5. RGB value is (16,215,165). Sum of RGB (Red+Green+Blue) = 16+215+165=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #10D7A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D7A5 is #EF285A. Grayscale: #959595. Windows color (decimal): -15673435 or 10868496. OLE color: 10868496.
HSL color Cylindrical-coordinate representation of color #10D7A5: hue angle of 164.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D7A5 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 165 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.16 |
| HSL | 164.92º | 0.86% | 0.45% | - |
| HSV(B) | 164.92º | 0.93% | 0.84% | - |
| XYZ | 31.31 | 51.43 | 43.87 | - |
| YUV | 149.8 | 136.57 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 165 | 0.93 | 0 | 0.23 | 0.16 | 164.92 | 0.86 | 0.45 |
| Hex | 10 | D7 | A5 | 5D | 0 | 17 | 10 | A5 | 56 | 2D |
| Octal | 20 | 327 | 245 | 135 | 0 | 27 | 20 | 245 | 126 | 55 |
| Binary | 10000 | 11010111 | 10100101 | 1011101 | 0 | 10111 | 10000 | 10100101 | 1010110 | 101101 |
Color Harmonies of #10D7A5
Complementary color
Monochromatic Colors of #10D7A5
Black with #10D7A5
Text Example
Text Example
White with #10D7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D7A5; }
p { color: rgb(16,215,165); }
H1.HeaderClassName
{
color: #10D7A5;
}
.AnyTagClassName
{
color: #10D7A5;
}
</style>
background-color css
<style>
a { background-color: #10D7A5; }
a { background-color: rgb(16,215,165); }
div.DivClassName
{
background-color: #10D7A5;
}
.BgClassName
{
background-color: #10D7A5;
}
</style>
border-color css
<style>
span { border-color: #10D7A5; }
span { border-color: rgb(16,215,165); }
td.TdClassName
{
border-color: #10D7A5;
}
.TagClassName
{
border-color: #10D7A5;
}
</style>