Shades of Caribbean Green #10D082
Tints of Caribbean Green #10D082
RGB
CMYK
RGB Variations
Color information
#10D082 (or 0x10D082) is known color: Caribbean Green. HEX triplet: 10, D0 and 82. RGB value is (16,208,130). Sum of RGB (Red+Green+Blue) = 16+208+130=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #10D082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D082 is #EF2F7D. Grayscale: #8D8D8D. Windows color (decimal): -15675262 or 8572944. OLE color: 8572944.
HSL color Cylindrical-coordinate representation of color #10D082: hue angle of 155.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D082 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 130 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.18 |
| HSL | 155.63º | 0.86% | 0.44% | - |
| HSV(B) | 155.63º | 0.92% | 0.82% | - |
| XYZ | 26.8 | 46.83 | 28.75 | - |
| YUV | 141.7 | 121.39 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 130 | 0.92 | 0 | 0.38 | 0.18 | 155.63 | 0.86 | 0.44 |
| Hex | 10 | D0 | 82 | 5C | 0 | 26 | 12 | 9C | 56 | 2C |
| Octal | 20 | 320 | 202 | 134 | 0 | 46 | 22 | 234 | 126 | 54 |
| Binary | 10000 | 11010000 | 10000010 | 1011100 | 0 | 100110 | 10010 | 10011100 | 1010110 | 101100 |
Color Harmonies of #10D082
Complementary color
Monochromatic Colors of #10D082
Black with #10D082
Text Example
Text Example
White with #10D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D082; }
p { color: rgb(16,208,130); }
H1.HeaderClassName
{
color: #10D082;
}
.AnyTagClassName
{
color: #10D082;
}
</style>
background-color css
<style>
a { background-color: #10D082; }
a { background-color: rgb(16,208,130); }
div.DivClassName
{
background-color: #10D082;
}
.BgClassName
{
background-color: #10D082;
}
</style>
border-color css
<style>
span { border-color: #10D082; }
span { border-color: rgb(16,208,130); }
td.TdClassName
{
border-color: #10D082;
}
.TagClassName
{
border-color: #10D082;
}
</style>