Shades of Caribbean Green #10C99A
Tints of Caribbean Green #10C99A
RGB
CMYK
RGB Variations
Color information
#10C99A (or 0x10C99A) is known color: Caribbean Green. HEX triplet: 10, C9 and 9A. RGB value is (16,201,154). Sum of RGB (Red+Green+Blue) = 16+201+154=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #10C99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C99A is #EF3665. Grayscale: #8C8C8C. Windows color (decimal): -15677030 or 10144016. OLE color: 10144016.
HSL color Cylindrical-coordinate representation of color #10C99A: hue angle of 164.76º 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 #10C99A is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 154 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.21 |
| HSL | 164.76º | 0.85% | 0.43% | - |
| HSV(B) | 164.76º | 0.92% | 0.79% | - |
| XYZ | 26.93 | 44.22 | 37.69 | - |
| YUV | 140.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 154 | 0.92 | 0 | 0.23 | 0.21 | 164.76 | 0.85 | 0.43 |
| Hex | 10 | C9 | 9A | 5C | 0 | 17 | 15 | A5 | 55 | 2B |
| Octal | 20 | 311 | 232 | 134 | 0 | 27 | 25 | 245 | 125 | 53 |
| Binary | 10000 | 11001001 | 10011010 | 1011100 | 0 | 10111 | 10101 | 10100101 | 1010101 | 101011 |
Color Harmonies of #10C99A
Complementary color
Monochromatic Colors of #10C99A
Black with #10C99A
Text Example
Text Example
White with #10C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C99A; }
p { color: rgb(16,201,154); }
H1.HeaderClassName
{
color: #10C99A;
}
.AnyTagClassName
{
color: #10C99A;
}
</style>
background-color css
<style>
a { background-color: #10C99A; }
a { background-color: rgb(16,201,154); }
div.DivClassName
{
background-color: #10C99A;
}
.BgClassName
{
background-color: #10C99A;
}
</style>
border-color css
<style>
span { border-color: #10C99A; }
span { border-color: rgb(16,201,154); }
td.TdClassName
{
border-color: #10C99A;
}
.TagClassName
{
border-color: #10C99A;
}
</style>