Shades of Caribbean Green #10C09D
Tints of Caribbean Green #10C09D
RGB
CMYK
RGB Variations
Color information
#10C09D (or 0x10C09D) is known color: Caribbean Green. HEX triplet: 10, C0 and 9D. RGB value is (16,192,157). Sum of RGB (Red+Green+Blue) = 16+192+157=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #10C09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C09D is #EF3F62. Grayscale: #878787. Windows color (decimal): -15679331 or 10338320. OLE color: 10338320.
HSL color Cylindrical-coordinate representation of color #10C09D: hue angle of 168.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C09D is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 157 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.25 |
| HSL | 168.07º | 0.85% | 0.41% | - |
| HSV(B) | 168.07º | 0.92% | 0.75% | - |
| XYZ | 25.15 | 40.24 | 38.34 | - |
| YUV | 135.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 157 | 0.92 | 0 | 0.18 | 0.25 | 168.07 | 0.85 | 0.41 |
| Hex | 10 | C0 | 9D | 5C | 0 | 12 | 19 | A8 | 55 | 29 |
| Octal | 20 | 300 | 235 | 134 | 0 | 22 | 31 | 250 | 125 | 51 |
| Binary | 10000 | 11000000 | 10011101 | 1011100 | 0 | 10010 | 11001 | 10101000 | 1010101 | 101001 |
Color Harmonies of #10C09D
Complementary color
Monochromatic Colors of #10C09D
Black with #10C09D
Text Example
Text Example
White with #10C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C09D; }
p { color: rgb(16,192,157); }
H1.HeaderClassName
{
color: #10C09D;
}
.AnyTagClassName
{
color: #10C09D;
}
</style>
background-color css
<style>
a { background-color: #10C09D; }
a { background-color: rgb(16,192,157); }
div.DivClassName
{
background-color: #10C09D;
}
.BgClassName
{
background-color: #10C09D;
}
</style>
border-color css
<style>
span { border-color: #10C09D; }
span { border-color: rgb(16,192,157); }
td.TdClassName
{
border-color: #10C09D;
}
.TagClassName
{
border-color: #10C09D;
}
</style>