Shades of Caribbean Green #10CFA2
Tints of Caribbean Green #10CFA2
RGB
CMYK
RGB Variations
Color information
#10CFA2 (or 0x10CFA2) is known color: Caribbean Green. HEX triplet: 10, CF and A2. RGB value is (16,207,162). Sum of RGB (Red+Green+Blue) = 16+207+162=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #10CFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CFA2 is #EF305D. Grayscale: #909090. Windows color (decimal): -15675486 or 10669840. OLE color: 10669840.
HSL color Cylindrical-coordinate representation of color #10CFA2: hue angle of 165.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CFA2 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 162 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.19 |
| HSL | 165.86º | 0.86% | 0.44% | - |
| HSV(B) | 165.86º | 0.92% | 0.81% | - |
| XYZ | 29.05 | 47.34 | 41.79 | - |
| YUV | 144.76 | 137.72 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 162 | 0.92 | 0 | 0.22 | 0.19 | 165.86 | 0.86 | 0.44 |
| Hex | 10 | CF | A2 | 5C | 0 | 16 | 13 | A6 | 56 | 2C |
| Octal | 20 | 317 | 242 | 134 | 0 | 26 | 23 | 246 | 126 | 54 |
| Binary | 10000 | 11001111 | 10100010 | 1011100 | 0 | 10110 | 10011 | 10100110 | 1010110 | 101100 |
Color Harmonies of #10CFA2
Complementary color
Monochromatic Colors of #10CFA2
Black with #10CFA2
Text Example
Text Example
White with #10CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CFA2; }
p { color: rgb(16,207,162); }
H1.HeaderClassName
{
color: #10CFA2;
}
.AnyTagClassName
{
color: #10CFA2;
}
</style>
background-color css
<style>
a { background-color: #10CFA2; }
a { background-color: rgb(16,207,162); }
div.DivClassName
{
background-color: #10CFA2;
}
.BgClassName
{
background-color: #10CFA2;
}
</style>
border-color css
<style>
span { border-color: #10CFA2; }
span { border-color: rgb(16,207,162); }
td.TdClassName
{
border-color: #10CFA2;
}
.TagClassName
{
border-color: #10CFA2;
}
</style>