Shades of Caribbean Green #10BC9C
Tints of Caribbean Green #10BC9C
RGB
CMYK
RGB Variations
Color information
#10BC9C (or 0x10BC9C) is known color: Caribbean Green. HEX triplet: 10, BC and 9C. RGB value is (16,188,156). Sum of RGB (Red+Green+Blue) = 16+188+156=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BC9C is #EF4363. Grayscale: #848484. Windows color (decimal): -15680356 or 10271760. OLE color: 10271760.
HSL color Cylindrical-coordinate representation of color #10BC9C: hue angle of 168.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC9C is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 156 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.26 |
| HSL | 168.84º | 0.84% | 0.4% | - |
| HSV(B) | 168.84º | 0.91% | 0.74% | - |
| XYZ | 24.2 | 38.48 | 37.6 | - |
| YUV | 132.92 | 141.02 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 156 | 0.91 | 0 | 0.17 | 0.26 | 168.84 | 0.84 | 0.4 |
| Hex | 10 | BC | 9C | 5B | 0 | 11 | 1A | A9 | 54 | 28 |
| Octal | 20 | 274 | 234 | 133 | 0 | 21 | 32 | 251 | 124 | 50 |
| Binary | 10000 | 10111100 | 10011100 | 1011011 | 0 | 10001 | 11010 | 10101001 | 1010100 | 101000 |
Color Harmonies of #10BC9C
Complementary color
Monochromatic Colors of #10BC9C
Black with #10BC9C
Text Example
Text Example
White with #10BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC9C; }
p { color: rgb(16,188,156); }
H1.HeaderClassName
{
color: #10BC9C;
}
.AnyTagClassName
{
color: #10BC9C;
}
</style>
background-color css
<style>
a { background-color: #10BC9C; }
a { background-color: rgb(16,188,156); }
div.DivClassName
{
background-color: #10BC9C;
}
.BgClassName
{
background-color: #10BC9C;
}
</style>
border-color css
<style>
span { border-color: #10BC9C; }
span { border-color: rgb(16,188,156); }
td.TdClassName
{
border-color: #10BC9C;
}
.TagClassName
{
border-color: #10BC9C;
}
</style>