Shades of Caribbean Green #10CBA2
Tints of Caribbean Green #10CBA2
RGB
CMYK
RGB Variations
Color information
#10CBA2 (or 0x10CBA2) is known color: Caribbean Green. HEX triplet: 10, CB and A2. RGB value is (16,203,162). Sum of RGB (Red+Green+Blue) = 16+203+162=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #10CBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CBA2 is #EF345D. Grayscale: #8E8E8E. Windows color (decimal): -15676510 or 10668816. OLE color: 10668816.
HSL color Cylindrical-coordinate representation of color #10CBA2: hue angle of 166.84º degrees, saturation: 0.85, 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 #10CBA2 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 162 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.20 |
| HSL | 166.84º | 0.85% | 0.43% | - |
| HSV(B) | 166.84º | 0.92% | 0.8% | - |
| XYZ | 28.09 | 45.43 | 41.47 | - |
| YUV | 142.41 | 139.05 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 162 | 0.92 | 0 | 0.20 | 0.20 | 166.84 | 0.85 | 0.43 |
| Hex | 10 | CB | A2 | 5C | 0 | 14 | 14 | A7 | 55 | 2B |
| Octal | 20 | 313 | 242 | 134 | 0 | 24 | 24 | 247 | 125 | 53 |
| Binary | 10000 | 11001011 | 10100010 | 1011100 | 0 | 10100 | 10100 | 10100111 | 1010101 | 101011 |
Color Harmonies of #10CBA2
Complementary color
Monochromatic Colors of #10CBA2
Black with #10CBA2
Text Example
Text Example
White with #10CBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBA2; }
p { color: rgb(16,203,162); }
H1.HeaderClassName
{
color: #10CBA2;
}
.AnyTagClassName
{
color: #10CBA2;
}
</style>
background-color css
<style>
a { background-color: #10CBA2; }
a { background-color: rgb(16,203,162); }
div.DivClassName
{
background-color: #10CBA2;
}
.BgClassName
{
background-color: #10CBA2;
}
</style>
border-color css
<style>
span { border-color: #10CBA2; }
span { border-color: rgb(16,203,162); }
td.TdClassName
{
border-color: #10CBA2;
}
.TagClassName
{
border-color: #10CBA2;
}
</style>