Shades of Caribbean Green #10C69E
Tints of Caribbean Green #10C69E
RGB
CMYK
RGB Variations
Color information
#10C69E (or 0x10C69E) is known color: Caribbean Green. HEX triplet: 10, C6 and 9E. RGB value is (16,198,158). Sum of RGB (Red+Green+Blue) = 16+198+158=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #10C69E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C69E is #EF3961. Grayscale: #8B8B8B. Windows color (decimal): -15677794 or 10405392. OLE color: 10405392.
HSL color Cylindrical-coordinate representation of color #10C69E: hue angle of 166.81º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C69E is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 198 | 158 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.22 |
| HSL | 166.81º | 0.85% | 0.42% | - |
| HSV(B) | 166.81º | 0.92% | 0.78% | - |
| XYZ | 26.58 | 42.97 | 39.24 | - |
| YUV | 139.02 | 138.7 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 198 | 158 | 0.92 | 0 | 0.20 | 0.22 | 166.81 | 0.85 | 0.42 |
| Hex | 10 | C6 | 9E | 5C | 0 | 14 | 16 | A7 | 55 | 2A |
| Octal | 20 | 306 | 236 | 134 | 0 | 24 | 26 | 247 | 125 | 52 |
| Binary | 10000 | 11000110 | 10011110 | 1011100 | 0 | 10100 | 10110 | 10100111 | 1010101 | 101010 |
Color Harmonies of #10C69E
Complementary color
Monochromatic Colors of #10C69E
Black with #10C69E
Text Example
Text Example
White with #10C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C69E; }
p { color: rgb(16,198,158); }
H1.HeaderClassName
{
color: #10C69E;
}
.AnyTagClassName
{
color: #10C69E;
}
</style>
background-color css
<style>
a { background-color: #10C69E; }
a { background-color: rgb(16,198,158); }
div.DivClassName
{
background-color: #10C69E;
}
.BgClassName
{
background-color: #10C69E;
}
</style>
border-color css
<style>
span { border-color: #10C69E; }
span { border-color: rgb(16,198,158); }
td.TdClassName
{
border-color: #10C69E;
}
.TagClassName
{
border-color: #10C69E;
}
</style>