Shades of Caribbean Green #10BC9E
Tints of Caribbean Green #10BC9E
RGB
CMYK
RGB Variations
Color information
#10BC9E (or 0x10BC9E) is known color: Caribbean Green. HEX triplet: 10, BC and 9E. RGB value is (16,188,158). Sum of RGB (Red+Green+Blue) = 16+188+158=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BC9E is #EF4361. Grayscale: #858585. Windows color (decimal): -15680354 or 10402832. OLE color: 10402832.
HSL color Cylindrical-coordinate representation of color #10BC9E: hue angle of 169.53º 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 #10BC9E is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 188 | 158 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.26 |
| HSL | 169.53º | 0.84% | 0.4% | - |
| HSV(B) | 169.53º | 0.91% | 0.74% | - |
| XYZ | 24.37 | 38.55 | 38.5 | - |
| YUV | 133.15 | 142.02 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 158 | 0.91 | 0 | 0.16 | 0.26 | 169.53 | 0.84 | 0.4 |
| Hex | 10 | BC | 9E | 5B | 0 | 10 | 1A | AA | 54 | 28 |
| Octal | 20 | 274 | 236 | 133 | 0 | 20 | 32 | 252 | 124 | 50 |
| Binary | 10000 | 10111100 | 10011110 | 1011011 | 0 | 10000 | 11010 | 10101010 | 1010100 | 101000 |
Color Harmonies of #10BC9E
Complementary color
Monochromatic Colors of #10BC9E
Black with #10BC9E
Text Example
Text Example
White with #10BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BC9E; }
p { color: rgb(16,188,158); }
H1.HeaderClassName
{
color: #10BC9E;
}
.AnyTagClassName
{
color: #10BC9E;
}
</style>
background-color css
<style>
a { background-color: #10BC9E; }
a { background-color: rgb(16,188,158); }
div.DivClassName
{
background-color: #10BC9E;
}
.BgClassName
{
background-color: #10BC9E;
}
</style>
border-color css
<style>
span { border-color: #10BC9E; }
span { border-color: rgb(16,188,158); }
td.TdClassName
{
border-color: #10BC9E;
}
.TagClassName
{
border-color: #10BC9E;
}
</style>