Shades of Caribbean Green #10C3A2
Tints of Caribbean Green #10C3A2
RGB
CMYK
RGB Variations
Color information
#10C3A2 (or 0x10C3A2) is known color: Caribbean Green. HEX triplet: 10, C3 and A2. RGB value is (16,195,162). Sum of RGB (Red+Green+Blue) = 16+195+162=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #10C3A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C3A2 is #EF3C5D. Grayscale: #898989. Windows color (decimal): -15678558 or 10666768. OLE color: 10666768.
HSL color Cylindrical-coordinate representation of color #10C3A2: hue angle of 168.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C3A2 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 162 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.24 |
| HSL | 168.94º | 0.85% | 0.41% | - |
| HSV(B) | 168.94º | 0.92% | 0.76% | - |
| XYZ | 26.25 | 41.75 | 40.86 | - |
| YUV | 137.72 | 141.7 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 162 | 0.92 | 0 | 0.17 | 0.24 | 168.94 | 0.85 | 0.41 |
| Hex | 10 | C3 | A2 | 5C | 0 | 11 | 18 | A9 | 55 | 29 |
| Octal | 20 | 303 | 242 | 134 | 0 | 21 | 30 | 251 | 125 | 51 |
| Binary | 10000 | 11000011 | 10100010 | 1011100 | 0 | 10001 | 11000 | 10101001 | 1010101 | 101001 |
Color Harmonies of #10C3A2
Complementary color
Monochromatic Colors of #10C3A2
Black with #10C3A2
Text Example
Text Example
White with #10C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C3A2; }
p { color: rgb(16,195,162); }
H1.HeaderClassName
{
color: #10C3A2;
}
.AnyTagClassName
{
color: #10C3A2;
}
</style>
background-color css
<style>
a { background-color: #10C3A2; }
a { background-color: rgb(16,195,162); }
div.DivClassName
{
background-color: #10C3A2;
}
.BgClassName
{
background-color: #10C3A2;
}
</style>
border-color css
<style>
span { border-color: #10C3A2; }
span { border-color: rgb(16,195,162); }
td.TdClassName
{
border-color: #10C3A2;
}
.TagClassName
{
border-color: #10C3A2;
}
</style>