Shades of Caribbean Green #10C09B
Tints of Caribbean Green #10C09B
RGB
CMYK
RGB Variations
Color information
#10C09B (or 0x10C09B) is known color: Caribbean Green. HEX triplet: 10, C0 and 9B. RGB value is (16,192,155). Sum of RGB (Red+Green+Blue) = 16+192+155=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #10C09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C09B is #EF3F64. Grayscale: #878787. Windows color (decimal): -15679333 or 10207248. OLE color: 10207248.
HSL color Cylindrical-coordinate representation of color #10C09B: hue angle of 167.39º 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 #10C09B is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 155 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.25 |
| HSL | 167.39º | 0.85% | 0.41% | - |
| HSV(B) | 167.39º | 0.92% | 0.75% | - |
| XYZ | 24.98 | 40.18 | 37.45 | - |
| YUV | 135.16 | 139.19 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 155 | 0.92 | 0 | 0.19 | 0.25 | 167.39 | 0.85 | 0.41 |
| Hex | 10 | C0 | 9B | 5C | 0 | 13 | 19 | A7 | 55 | 29 |
| Octal | 20 | 300 | 233 | 134 | 0 | 23 | 31 | 247 | 125 | 51 |
| Binary | 10000 | 11000000 | 10011011 | 1011100 | 0 | 10011 | 11001 | 10100111 | 1010101 | 101001 |
Color Harmonies of #10C09B
Complementary color
Monochromatic Colors of #10C09B
Black with #10C09B
Text Example
Text Example
White with #10C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C09B; }
p { color: rgb(16,192,155); }
H1.HeaderClassName
{
color: #10C09B;
}
.AnyTagClassName
{
color: #10C09B;
}
</style>
background-color css
<style>
a { background-color: #10C09B; }
a { background-color: rgb(16,192,155); }
div.DivClassName
{
background-color: #10C09B;
}
.BgClassName
{
background-color: #10C09B;
}
</style>
border-color css
<style>
span { border-color: #10C09B; }
span { border-color: rgb(16,192,155); }
td.TdClassName
{
border-color: #10C09B;
}
.TagClassName
{
border-color: #10C09B;
}
</style>