Shades of Caribbean Green #10DA8B
Tints of Caribbean Green #10DA8B
RGB
CMYK
RGB Variations
Color information
#10DA8B (or 0x10DA8B) is known color: Caribbean Green. HEX triplet: 10, DA and 8B. RGB value is (16,218,139). Sum of RGB (Red+Green+Blue) = 16+218+139=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DA8B is #EF2574. Grayscale: #949494. Windows color (decimal): -15672693 or 9165328. OLE color: 9165328.
HSL color Cylindrical-coordinate representation of color #10DA8B: hue angle of 156.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA8B is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 139 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.15 |
| HSL | 156.53º | 0.86% | 0.46% | - |
| HSV(B) | 156.53º | 0.93% | 0.85% | - |
| XYZ | 29.95 | 52.12 | 32.91 | - |
| YUV | 148.6 | 122.58 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 139 | 0.93 | 0 | 0.36 | 0.15 | 156.53 | 0.86 | 0.46 |
| Hex | 10 | DA | 8B | 5D | 0 | 24 | F | 9D | 56 | 2E |
| Octal | 20 | 332 | 213 | 135 | 0 | 44 | 17 | 235 | 126 | 56 |
| Binary | 10000 | 11011010 | 10001011 | 1011101 | 0 | 100100 | 1111 | 10011101 | 1010110 | 101110 |
Color Harmonies of #10DA8B
Complementary color
Monochromatic Colors of #10DA8B
Black with #10DA8B
Text Example
Text Example
White with #10DA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA8B; }
p { color: rgb(16,218,139); }
H1.HeaderClassName
{
color: #10DA8B;
}
.AnyTagClassName
{
color: #10DA8B;
}
</style>
background-color css
<style>
a { background-color: #10DA8B; }
a { background-color: rgb(16,218,139); }
div.DivClassName
{
background-color: #10DA8B;
}
.BgClassName
{
background-color: #10DA8B;
}
</style>
border-color css
<style>
span { border-color: #10DA8B; }
span { border-color: rgb(16,218,139); }
td.TdClassName
{
border-color: #10DA8B;
}
.TagClassName
{
border-color: #10DA8B;
}
</style>