Shades of Caribbean Green #10D084
Tints of Caribbean Green #10D084
RGB
CMYK
RGB Variations
Color information
#10D084 (or 0x10D084) is known color: Caribbean Green. HEX triplet: 10, D0 and 84. RGB value is (16,208,132). Sum of RGB (Red+Green+Blue) = 16+208+132=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #10D084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D084 is #EF2F7B. Grayscale: #8E8E8E. Windows color (decimal): -15675260 or 8704016. OLE color: 8704016.
HSL color Cylindrical-coordinate representation of color #10D084: hue angle of 156.25º 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 #10D084 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 132 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.18 |
| HSL | 156.25º | 0.86% | 0.44% | - |
| HSV(B) | 156.25º | 0.92% | 0.82% | - |
| XYZ | 26.93 | 46.89 | 29.46 | - |
| YUV | 141.93 | 122.39 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 132 | 0.92 | 0 | 0.37 | 0.18 | 156.25 | 0.86 | 0.44 |
| Hex | 10 | D0 | 84 | 5C | 0 | 25 | 12 | 9C | 56 | 2C |
| Octal | 20 | 320 | 204 | 134 | 0 | 45 | 22 | 234 | 126 | 54 |
| Binary | 10000 | 11010000 | 10000100 | 1011100 | 0 | 100101 | 10010 | 10011100 | 1010110 | 101100 |
Color Harmonies of #10D084
Complementary color
Monochromatic Colors of #10D084
Black with #10D084
Text Example
Text Example
White with #10D084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D084; }
p { color: rgb(16,208,132); }
H1.HeaderClassName
{
color: #10D084;
}
.AnyTagClassName
{
color: #10D084;
}
</style>
background-color css
<style>
a { background-color: #10D084; }
a { background-color: rgb(16,208,132); }
div.DivClassName
{
background-color: #10D084;
}
.BgClassName
{
background-color: #10D084;
}
</style>
border-color css
<style>
span { border-color: #10D084; }
span { border-color: rgb(16,208,132); }
td.TdClassName
{
border-color: #10D084;
}
.TagClassName
{
border-color: #10D084;
}
</style>