Shades of Caribbean Green #10C8AE
Tints of Caribbean Green #10C8AE
RGB
CMYK
RGB Variations
Color information
#10C8AE (or 0x10C8AE) is known color: Caribbean Green. HEX triplet: 10, C8 and AE. RGB value is (16,200,174). Sum of RGB (Red+Green+Blue) = 16+200+174=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #10C8AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C8AE is #EF3751. Grayscale: #8D8D8D. Windows color (decimal): -15677266 or 11454480. OLE color: 11454480.
HSL color Cylindrical-coordinate representation of color #10C8AE: hue angle of 171.52º 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 #10C8AE is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 174 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.22 |
| HSL | 171.52º | 0.85% | 0.42% | - |
| HSV(B) | 171.52º | 0.92% | 0.78% | - |
| XYZ | 28.51 | 44.47 | 47.13 | - |
| YUV | 142.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 174 | 0.92 | 0 | 0.13 | 0.22 | 171.52 | 0.85 | 0.42 |
| Hex | 10 | C8 | AE | 5C | 0 | D | 16 | AC | 55 | 2A |
| Octal | 20 | 310 | 256 | 134 | 0 | 15 | 26 | 254 | 125 | 52 |
| Binary | 10000 | 11001000 | 10101110 | 1011100 | 0 | 1101 | 10110 | 10101100 | 1010101 | 101010 |
Color Harmonies of #10C8AE
Complementary color
Monochromatic Colors of #10C8AE
Black with #10C8AE
Text Example
Text Example
White with #10C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C8AE; }
p { color: rgb(16,200,174); }
H1.HeaderClassName
{
color: #10C8AE;
}
.AnyTagClassName
{
color: #10C8AE;
}
</style>
background-color css
<style>
a { background-color: #10C8AE; }
a { background-color: rgb(16,200,174); }
div.DivClassName
{
background-color: #10C8AE;
}
.BgClassName
{
background-color: #10C8AE;
}
</style>
border-color css
<style>
span { border-color: #10C8AE; }
span { border-color: rgb(16,200,174); }
td.TdClassName
{
border-color: #10C8AE;
}
.TagClassName
{
border-color: #10C8AE;
}
</style>