Shades of Caribbean Green #10CF94
Tints of Caribbean Green #10CF94
RGB
CMYK
RGB Variations
Color information
#10CF94 (or 0x10CF94) is known color: Caribbean Green. HEX triplet: 10, CF and 94. RGB value is (16,207,148). Sum of RGB (Red+Green+Blue) = 16+207+148=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CF94 is #EF306B. Grayscale: #8F8F8F. Windows color (decimal): -15675500 or 9752336. OLE color: 9752336.
HSL color Cylindrical-coordinate representation of color #10CF94: hue angle of 161.47º 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 #10CF94 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 148 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.19 |
| HSL | 161.47º | 0.86% | 0.44% | - |
| HSV(B) | 161.47º | 0.92% | 0.81% | - |
| XYZ | 27.87 | 46.87 | 35.6 | - |
| YUV | 143.17 | 130.72 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 148 | 0.92 | 0 | 0.29 | 0.19 | 161.47 | 0.86 | 0.44 |
| Hex | 10 | CF | 94 | 5C | 0 | 1D | 13 | A1 | 56 | 2C |
| Octal | 20 | 317 | 224 | 134 | 0 | 35 | 23 | 241 | 126 | 54 |
| Binary | 10000 | 11001111 | 10010100 | 1011100 | 0 | 11101 | 10011 | 10100001 | 1010110 | 101100 |
Color Harmonies of #10CF94
Complementary color
Monochromatic Colors of #10CF94
Black with #10CF94
Text Example
Text Example
White with #10CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF94; }
p { color: rgb(16,207,148); }
H1.HeaderClassName
{
color: #10CF94;
}
.AnyTagClassName
{
color: #10CF94;
}
</style>
background-color css
<style>
a { background-color: #10CF94; }
a { background-color: rgb(16,207,148); }
div.DivClassName
{
background-color: #10CF94;
}
.BgClassName
{
background-color: #10CF94;
}
</style>
border-color css
<style>
span { border-color: #10CF94; }
span { border-color: rgb(16,207,148); }
td.TdClassName
{
border-color: #10CF94;
}
.TagClassName
{
border-color: #10CF94;
}
</style>