Shades of Caribbean Green #19D5AC
Tints of Caribbean Green #19D5AC
RGB
CMYK
RGB Variations
Color information
#19D5AC (or 0x19D5AC) is known color: Caribbean Green. HEX triplet: 19, D5 and AC. RGB value is (25,213,172). Sum of RGB (Red+Green+Blue) = 25+213+172=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #19D5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D5AC is #E62A53. Grayscale: #989898. Windows color (decimal): -15084116 or 11326745. OLE color: 11326745.
HSL color Cylindrical-coordinate representation of color #19D5AC: hue angle of 166.91º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D5AC is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 213 | 172 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.16 |
| HSL | 166.91º | 0.79% | 0.47% | - |
| HSV(B) | 166.91º | 0.88% | 0.84% | - |
| XYZ | 31.64 | 50.77 | 47.16 | - |
| YUV | 152.11 | 139.22 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 213 | 172 | 0.88 | 0 | 0.19 | 0.16 | 166.91 | 0.79 | 0.47 |
| Hex | 19 | D5 | AC | 58 | 0 | 13 | 10 | A7 | 4F | 2F |
| Octal | 31 | 325 | 254 | 130 | 0 | 23 | 20 | 247 | 117 | 57 |
| Binary | 11001 | 11010101 | 10101100 | 1011000 | 0 | 10011 | 10000 | 10100111 | 1001111 | 101111 |
Color Harmonies of #19D5AC
Complementary color
Monochromatic Colors of #19D5AC
Black with #19D5AC
Text Example
Text Example
White with #19D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D5AC; }
p { color: rgb(25,213,172); }
H1.HeaderClassName
{
color: #19D5AC;
}
.AnyTagClassName
{
color: #19D5AC;
}
</style>
background-color css
<style>
a { background-color: #19D5AC; }
a { background-color: rgb(25,213,172); }
div.DivClassName
{
background-color: #19D5AC;
}
.BgClassName
{
background-color: #19D5AC;
}
</style>
border-color css
<style>
span { border-color: #19D5AC; }
span { border-color: rgb(25,213,172); }
td.TdClassName
{
border-color: #19D5AC;
}
.TagClassName
{
border-color: #19D5AC;
}
</style>