Shades of Caribbean Green #10CDA2
Tints of Caribbean Green #10CDA2
RGB
CMYK
RGB Variations
Color information
#10CDA2 (or 0x10CDA2) is known color: Caribbean Green. HEX triplet: 10, CD and A2. RGB value is (16,205,162). Sum of RGB (Red+Green+Blue) = 16+205+162=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CDA2 is #EF325D. Grayscale: #8F8F8F. Windows color (decimal): -15675998 or 10669328. OLE color: 10669328.
HSL color Cylindrical-coordinate representation of color #10CDA2: hue angle of 166.35º 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 #10CDA2 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 205 | 162 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.20 |
| HSL | 166.35º | 0.86% | 0.43% | - |
| HSV(B) | 166.35º | 0.92% | 0.8% | - |
| XYZ | 28.57 | 46.38 | 41.63 | - |
| YUV | 143.59 | 138.38 | 37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 205 | 162 | 0.92 | 0 | 0.21 | 0.20 | 166.35 | 0.86 | 0.43 |
| Hex | 10 | CD | A2 | 5C | 0 | 15 | 14 | A6 | 56 | 2B |
| Octal | 20 | 315 | 242 | 134 | 0 | 25 | 24 | 246 | 126 | 53 |
| Binary | 10000 | 11001101 | 10100010 | 1011100 | 0 | 10101 | 10100 | 10100110 | 1010110 | 101011 |
Color Harmonies of #10CDA2
Complementary color
Monochromatic Colors of #10CDA2
Black with #10CDA2
Text Example
Text Example
White with #10CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CDA2; }
p { color: rgb(16,205,162); }
H1.HeaderClassName
{
color: #10CDA2;
}
.AnyTagClassName
{
color: #10CDA2;
}
</style>
background-color css
<style>
a { background-color: #10CDA2; }
a { background-color: rgb(16,205,162); }
div.DivClassName
{
background-color: #10CDA2;
}
.BgClassName
{
background-color: #10CDA2;
}
</style>
border-color css
<style>
span { border-color: #10CDA2; }
span { border-color: rgb(16,205,162); }
td.TdClassName
{
border-color: #10CDA2;
}
.TagClassName
{
border-color: #10CDA2;
}
</style>