Shades of Caribbean Green #10D284
Tints of Caribbean Green #10D284
RGB
CMYK
RGB Variations
Color information
#10D284 (or 0x10D284) is known color: Caribbean Green. HEX triplet: 10, D2 and 84. RGB value is (16,210,132). Sum of RGB (Red+Green+Blue) = 16+210+132=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #10D284 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D284 is #EF2D7B. Grayscale: #8F8F8F. Windows color (decimal): -15674748 or 8704528. OLE color: 8704528.
HSL color Cylindrical-coordinate representation of color #10D284: hue angle of 155.88º 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 #10D284 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 132 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.18 |
| HSL | 155.88º | 0.86% | 0.44% | - |
| HSV(B) | 155.88º | 0.92% | 0.82% | - |
| XYZ | 27.43 | 47.87 | 29.62 | - |
| YUV | 143.1 | 121.73 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 132 | 0.92 | 0 | 0.37 | 0.18 | 155.88 | 0.86 | 0.44 |
| Hex | 10 | D2 | 84 | 5C | 0 | 25 | 12 | 9C | 56 | 2C |
| Octal | 20 | 322 | 204 | 134 | 0 | 45 | 22 | 234 | 126 | 54 |
| Binary | 10000 | 11010010 | 10000100 | 1011100 | 0 | 100101 | 10010 | 10011100 | 1010110 | 101100 |
Color Harmonies of #10D284
Complementary color
Monochromatic Colors of #10D284
Black with #10D284
Text Example
Text Example
White with #10D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D284; }
p { color: rgb(16,210,132); }
H1.HeaderClassName
{
color: #10D284;
}
.AnyTagClassName
{
color: #10D284;
}
</style>
background-color css
<style>
a { background-color: #10D284; }
a { background-color: rgb(16,210,132); }
div.DivClassName
{
background-color: #10D284;
}
.BgClassName
{
background-color: #10D284;
}
</style>
border-color css
<style>
span { border-color: #10D284; }
span { border-color: rgb(16,210,132); }
td.TdClassName
{
border-color: #10D284;
}
.TagClassName
{
border-color: #10D284;
}
</style>