Shades of Caribbean Green #19D6AF
Tints of Caribbean Green #19D6AF
RGB
CMYK
RGB Variations
Color information
#19D6AF (or 0x19D6AF) is known color: Caribbean Green. HEX triplet: 19, D6 and AF. RGB value is (25,214,175). Sum of RGB (Red+Green+Blue) = 25+214+175=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #19D6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D6AF is #E62950. Grayscale: #999999. Windows color (decimal): -15083857 or 11523609. OLE color: 11523609.
HSL color Cylindrical-coordinate representation of color #19D6AF: hue angle of 167.62º 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 #19D6AF is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 214 | 175 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.16 |
| HSL | 167.62º | 0.79% | 0.47% | - |
| HSV(B) | 167.62º | 0.88% | 0.84% | - |
| XYZ | 32.19 | 51.39 | 48.78 | - |
| YUV | 153.04 | 140.38 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 214 | 175 | 0.88 | 0 | 0.18 | 0.16 | 167.62 | 0.79 | 0.47 |
| Hex | 19 | D6 | AF | 58 | 0 | 12 | 10 | A8 | 4F | 2F |
| Octal | 31 | 326 | 257 | 130 | 0 | 22 | 20 | 250 | 117 | 57 |
| Binary | 11001 | 11010110 | 10101111 | 1011000 | 0 | 10010 | 10000 | 10101000 | 1001111 | 101111 |
Color Harmonies of #19D6AF
Complementary color
Monochromatic Colors of #19D6AF
Black with #19D6AF
Text Example
Text Example
White with #19D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D6AF; }
p { color: rgb(25,214,175); }
H1.HeaderClassName
{
color: #19D6AF;
}
.AnyTagClassName
{
color: #19D6AF;
}
</style>
background-color css
<style>
a { background-color: #19D6AF; }
a { background-color: rgb(25,214,175); }
div.DivClassName
{
background-color: #19D6AF;
}
.BgClassName
{
background-color: #19D6AF;
}
</style>
border-color css
<style>
span { border-color: #19D6AF; }
span { border-color: rgb(25,214,175); }
td.TdClassName
{
border-color: #19D6AF;
}
.TagClassName
{
border-color: #19D6AF;
}
</style>