Shades of Caribbean Green #10DFAA
Tints of Caribbean Green #10DFAA
RGB
CMYK
RGB Variations
Color information
#10DFAA (or 0x10DFAA) is known color: Caribbean Green. HEX triplet: 10, DF and AA. RGB value is (16,223,170). Sum of RGB (Red+Green+Blue) = 16+223+170=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DFAA is #EF2055. Grayscale: #9B9B9B. Windows color (decimal): -15671382 or 11198224. OLE color: 11198224.
HSL color Cylindrical-coordinate representation of color #10DFAA: hue angle of 164.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFAA is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 170 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.13 |
| HSL | 164.64º | 0.87% | 0.47% | - |
| HSV(B) | 164.64º | 0.93% | 0.87% | - |
| XYZ | 33.86 | 55.79 | 47.01 | - |
| YUV | 155.07 | 136.42 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 170 | 0.93 | 0 | 0.24 | 0.13 | 164.64 | 0.87 | 0.47 |
| Hex | 10 | DF | AA | 5D | 0 | 18 | D | A5 | 57 | 2F |
| Octal | 20 | 337 | 252 | 135 | 0 | 30 | 15 | 245 | 127 | 57 |
| Binary | 10000 | 11011111 | 10101010 | 1011101 | 0 | 11000 | 1101 | 10100101 | 1010111 | 101111 |
Color Harmonies of #10DFAA
Complementary color
Monochromatic Colors of #10DFAA
Black with #10DFAA
Text Example
Text Example
White with #10DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFAA; }
p { color: rgb(16,223,170); }
H1.HeaderClassName
{
color: #10DFAA;
}
.AnyTagClassName
{
color: #10DFAA;
}
</style>
background-color css
<style>
a { background-color: #10DFAA; }
a { background-color: rgb(16,223,170); }
div.DivClassName
{
background-color: #10DFAA;
}
.BgClassName
{
background-color: #10DFAA;
}
</style>
border-color css
<style>
span { border-color: #10DFAA; }
span { border-color: rgb(16,223,170); }
td.TdClassName
{
border-color: #10DFAA;
}
.TagClassName
{
border-color: #10DFAA;
}
</style>