Shades of Caribbean Green #10CA9F
Tints of Caribbean Green #10CA9F
RGB
CMYK
RGB Variations
Color information
#10CA9F (or 0x10CA9F) is known color: Caribbean Green. HEX triplet: 10, CA and 9F. RGB value is (16,202,159). Sum of RGB (Red+Green+Blue) = 16+202+159=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CA9F is #EF3560. Grayscale: #8D8D8D. Windows color (decimal): -15676769 or 10471952. OLE color: 10471952.
HSL color Cylindrical-coordinate representation of color #10CA9F: hue angle of 166.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA9F is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 159 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.21 |
| HSL | 166.13º | 0.85% | 0.43% | - |
| HSV(B) | 166.13º | 0.92% | 0.79% | - |
| XYZ | 27.59 | 44.85 | 40 | - |
| YUV | 141.48 | 137.88 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 159 | 0.92 | 0 | 0.21 | 0.21 | 166.13 | 0.85 | 0.43 |
| Hex | 10 | CA | 9F | 5C | 0 | 15 | 15 | A6 | 55 | 2B |
| Octal | 20 | 312 | 237 | 134 | 0 | 25 | 25 | 246 | 125 | 53 |
| Binary | 10000 | 11001010 | 10011111 | 1011100 | 0 | 10101 | 10101 | 10100110 | 1010101 | 101011 |
Color Harmonies of #10CA9F
Complementary color
Monochromatic Colors of #10CA9F
Black with #10CA9F
Text Example
Text Example
White with #10CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA9F; }
p { color: rgb(16,202,159); }
H1.HeaderClassName
{
color: #10CA9F;
}
.AnyTagClassName
{
color: #10CA9F;
}
</style>
background-color css
<style>
a { background-color: #10CA9F; }
a { background-color: rgb(16,202,159); }
div.DivClassName
{
background-color: #10CA9F;
}
.BgClassName
{
background-color: #10CA9F;
}
</style>
border-color css
<style>
span { border-color: #10CA9F; }
span { border-color: rgb(16,202,159); }
td.TdClassName
{
border-color: #10CA9F;
}
.TagClassName
{
border-color: #10CA9F;
}
</style>