Shades of Caribbean Green #10CF84
Tints of Caribbean Green #10CF84
RGB
CMYK
RGB Variations
Color information
#10CF84 (or 0x10CF84) is known color: Caribbean Green. HEX triplet: 10, CF and 84. RGB value is (16,207,132). Sum of RGB (Red+Green+Blue) = 16+207+132=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CF84 is #EF307B. Grayscale: #8D8D8D. Windows color (decimal): -15675516 or 8703760. OLE color: 8703760.
HSL color Cylindrical-coordinate representation of color #10CF84: hue angle of 156.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF84 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 132 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.19 |
| HSL | 156.44º | 0.86% | 0.44% | - |
| HSV(B) | 156.44º | 0.92% | 0.81% | - |
| XYZ | 26.69 | 46.4 | 29.38 | - |
| YUV | 141.34 | 122.72 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 132 | 0.92 | 0 | 0.36 | 0.19 | 156.44 | 0.86 | 0.44 |
| Hex | 10 | CF | 84 | 5C | 0 | 24 | 13 | 9C | 56 | 2C |
| Octal | 20 | 317 | 204 | 134 | 0 | 44 | 23 | 234 | 126 | 54 |
| Binary | 10000 | 11001111 | 10000100 | 1011100 | 0 | 100100 | 10011 | 10011100 | 1010110 | 101100 |
Color Harmonies of #10CF84
Complementary color
Monochromatic Colors of #10CF84
Black with #10CF84
Text Example
Text Example
White with #10CF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF84; }
p { color: rgb(16,207,132); }
H1.HeaderClassName
{
color: #10CF84;
}
.AnyTagClassName
{
color: #10CF84;
}
</style>
background-color css
<style>
a { background-color: #10CF84; }
a { background-color: rgb(16,207,132); }
div.DivClassName
{
background-color: #10CF84;
}
.BgClassName
{
background-color: #10CF84;
}
</style>
border-color css
<style>
span { border-color: #10CF84; }
span { border-color: rgb(16,207,132); }
td.TdClassName
{
border-color: #10CF84;
}
.TagClassName
{
border-color: #10CF84;
}
</style>