Shades of Caribbean Green #10CDA8
Tints of Caribbean Green #10CDA8
RGB
CMYK
RGB Variations
Color information
#10CDA8 (or 0x10CDA8) is known color: Caribbean Green. HEX triplet: 10, CD and A8. RGB value is (16,205,168). Sum of RGB (Red+Green+Blue) = 16+205+168=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CDA8 is #EF3257. Grayscale: #909090. Windows color (decimal): -15675992 or 11062544. OLE color: 11062544.
HSL color Cylindrical-coordinate representation of color #10CDA8: hue angle of 168.25º 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 #10CDA8 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 168 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.20 |
| HSL | 168.25º | 0.86% | 0.43% | - |
| HSV(B) | 168.25º | 0.92% | 0.8% | - |
| XYZ | 29.11 | 46.6 | 44.51 | - |
| YUV | 144.27 | 141.38 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 168 | 0.92 | 0 | 0.18 | 0.20 | 168.25 | 0.86 | 0.43 |
| Hex | 10 | CD | A8 | 5C | 0 | 12 | 14 | A8 | 56 | 2B |
| Octal | 20 | 315 | 250 | 134 | 0 | 22 | 24 | 250 | 126 | 53 |
| Binary | 10000 | 11001101 | 10101000 | 1011100 | 0 | 10010 | 10100 | 10101000 | 1010110 | 101011 |
Color Harmonies of #10CDA8
Complementary color
Monochromatic Colors of #10CDA8
Black with #10CDA8
Text Example
Text Example
White with #10CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDA8; }
p { color: rgb(16,205,168); }
H1.HeaderClassName
{
color: #10CDA8;
}
.AnyTagClassName
{
color: #10CDA8;
}
</style>
background-color css
<style>
a { background-color: #10CDA8; }
a { background-color: rgb(16,205,168); }
div.DivClassName
{
background-color: #10CDA8;
}
.BgClassName
{
background-color: #10CDA8;
}
</style>
border-color css
<style>
span { border-color: #10CDA8; }
span { border-color: rgb(16,205,168); }
td.TdClassName
{
border-color: #10CDA8;
}
.TagClassName
{
border-color: #10CDA8;
}
</style>