Shades of Caribbean Green #10C99E
Tints of Caribbean Green #10C99E
RGB
CMYK
RGB Variations
Color information
#10C99E (or 0x10C99E) is known color: Caribbean Green. HEX triplet: 10, C9 and 9E. RGB value is (16,201,158). Sum of RGB (Red+Green+Blue) = 16+201+158=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #10C99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C99E is #EF3661. Grayscale: #8C8C8C. Windows color (decimal): -15677026 or 10406160. OLE color: 10406160.
HSL color Cylindrical-coordinate representation of color #10C99E: hue angle of 166.05º 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 #10C99E is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 158 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.21 |
| HSL | 166.05º | 0.85% | 0.43% | - |
| HSV(B) | 166.05º | 0.92% | 0.79% | - |
| XYZ | 27.27 | 44.35 | 39.47 | - |
| YUV | 140.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 158 | 0.92 | 0 | 0.21 | 0.21 | 166.05 | 0.85 | 0.43 |
| Hex | 10 | C9 | 9E | 5C | 0 | 15 | 15 | A6 | 55 | 2B |
| Octal | 20 | 311 | 236 | 134 | 0 | 25 | 25 | 246 | 125 | 53 |
| Binary | 10000 | 11001001 | 10011110 | 1011100 | 0 | 10101 | 10101 | 10100110 | 1010101 | 101011 |
Color Harmonies of #10C99E
Complementary color
Monochromatic Colors of #10C99E
Black with #10C99E
Text Example
Text Example
White with #10C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C99E; }
p { color: rgb(16,201,158); }
H1.HeaderClassName
{
color: #10C99E;
}
.AnyTagClassName
{
color: #10C99E;
}
</style>
background-color css
<style>
a { background-color: #10C99E; }
a { background-color: rgb(16,201,158); }
div.DivClassName
{
background-color: #10C99E;
}
.BgClassName
{
background-color: #10C99E;
}
</style>
border-color css
<style>
span { border-color: #10C99E; }
span { border-color: rgb(16,201,158); }
td.TdClassName
{
border-color: #10C99E;
}
.TagClassName
{
border-color: #10C99E;
}
</style>