Shades of Caribbean Green #10CF91
Tints of Caribbean Green #10CF91
RGB
CMYK
RGB Variations
Color information
#10CF91 (or 0x10CF91) is known color: Caribbean Green. HEX triplet: 10, CF and 91. RGB value is (16,207,145). Sum of RGB (Red+Green+Blue) = 16+207+145=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CF91 is #EF306E. Grayscale: #8E8E8E. Windows color (decimal): -15675503 or 9555728. OLE color: 9555728.
HSL color Cylindrical-coordinate representation of color #10CF91: hue angle of 160.52º 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 #10CF91 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 145 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.19 |
| HSL | 160.52º | 0.86% | 0.44% | - |
| HSV(B) | 160.52º | 0.92% | 0.81% | - |
| XYZ | 27.64 | 46.78 | 34.36 | - |
| YUV | 142.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 145 | 0.92 | 0 | 0.30 | 0.19 | 160.52 | 0.86 | 0.44 |
| Hex | 10 | CF | 91 | 5C | 0 | 1E | 13 | A1 | 56 | 2C |
| Octal | 20 | 317 | 221 | 134 | 0 | 36 | 23 | 241 | 126 | 54 |
| Binary | 10000 | 11001111 | 10010001 | 1011100 | 0 | 11110 | 10011 | 10100001 | 1010110 | 101100 |
Color Harmonies of #10CF91
Complementary color
Monochromatic Colors of #10CF91
Black with #10CF91
Text Example
Text Example
White with #10CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF91; }
p { color: rgb(16,207,145); }
H1.HeaderClassName
{
color: #10CF91;
}
.AnyTagClassName
{
color: #10CF91;
}
</style>
background-color css
<style>
a { background-color: #10CF91; }
a { background-color: rgb(16,207,145); }
div.DivClassName
{
background-color: #10CF91;
}
.BgClassName
{
background-color: #10CF91;
}
</style>
border-color css
<style>
span { border-color: #10CF91; }
span { border-color: rgb(16,207,145); }
td.TdClassName
{
border-color: #10CF91;
}
.TagClassName
{
border-color: #10CF91;
}
</style>