Shades of Caribbean Green #19D2AF
Tints of Caribbean Green #19D2AF
RGB
CMYK
RGB Variations
Color information
#19D2AF (or 0x19D2AF) is known color: Caribbean Green. HEX triplet: 19, D2 and AF. RGB value is (25,210,175). Sum of RGB (Red+Green+Blue) = 25+210+175=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 210 (82.42% from 255 or 51.22% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 210 - color contains mainly: green. Hex color #19D2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D2AF is #E62D50. Grayscale: #969696. Windows color (decimal): -15084881 or 11522585. OLE color: 11522585.
HSL color Cylindrical-coordinate representation of color #19D2AF: hue angle of 168.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D2AF is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 210 | 175 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.18 |
| HSL | 168.65º | 0.79% | 0.46% | - |
| HSV(B) | 168.65º | 0.88% | 0.82% | - |
| XYZ | 31.19 | 49.4 | 48.45 | - |
| YUV | 150.7 | 141.71 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 175 | 0.88 | 0 | 0.17 | 0.18 | 168.65 | 0.79 | 0.46 |
| Hex | 19 | D2 | AF | 58 | 0 | 11 | 12 | A9 | 4F | 2E |
| Octal | 31 | 322 | 257 | 130 | 0 | 21 | 22 | 251 | 117 | 56 |
| Binary | 11001 | 11010010 | 10101111 | 1011000 | 0 | 10001 | 10010 | 10101001 | 1001111 | 101110 |
Color Harmonies of #19D2AF
Complementary color
Monochromatic Colors of #19D2AF
Black with #19D2AF
Text Example
Text Example
White with #19D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D2AF; }
p { color: rgb(25,210,175); }
H1.HeaderClassName
{
color: #19D2AF;
}
.AnyTagClassName
{
color: #19D2AF;
}
</style>
background-color css
<style>
a { background-color: #19D2AF; }
a { background-color: rgb(25,210,175); }
div.DivClassName
{
background-color: #19D2AF;
}
.BgClassName
{
background-color: #19D2AF;
}
</style>
border-color css
<style>
span { border-color: #19D2AF; }
span { border-color: rgb(25,210,175); }
td.TdClassName
{
border-color: #19D2AF;
}
.TagClassName
{
border-color: #19D2AF;
}
</style>