Shades of Caribbean Green #19CFA6
Tints of Caribbean Green #19CFA6
RGB
CMYK
RGB Variations
Color information
#19CFA6 (or 0x19CFA6) is known color: Caribbean Green. HEX triplet: 19, CF and A6. RGB value is (25,207,166). Sum of RGB (Red+Green+Blue) = 25+207+166=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFA6 is #E63059. Grayscale: #939393. Windows color (decimal): -15085658 or 10931993. OLE color: 10931993.
HSL color Cylindrical-coordinate representation of color #19CFA6: hue angle of 166.48º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CFA6 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 166 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.19 |
| HSL | 166.48º | 0.78% | 0.45% | - |
| HSV(B) | 166.48º | 0.88% | 0.81% | - |
| XYZ | 29.6 | 47.59 | 43.7 | - |
| YUV | 147.91 | 138.2 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 166 | 0.88 | 0 | 0.20 | 0.19 | 166.48 | 0.78 | 0.45 |
| Hex | 19 | CF | A6 | 58 | 0 | 14 | 13 | A6 | 4E | 2D |
| Octal | 31 | 317 | 246 | 130 | 0 | 24 | 23 | 246 | 116 | 55 |
| Binary | 11001 | 11001111 | 10100110 | 1011000 | 0 | 10100 | 10011 | 10100110 | 1001110 | 101101 |
Color Harmonies of #19CFA6
Complementary color
Monochromatic Colors of #19CFA6
Black with #19CFA6
Text Example
Text Example
White with #19CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFA6; }
p { color: rgb(25,207,166); }
H1.HeaderClassName
{
color: #19CFA6;
}
.AnyTagClassName
{
color: #19CFA6;
}
</style>
background-color css
<style>
a { background-color: #19CFA6; }
a { background-color: rgb(25,207,166); }
div.DivClassName
{
background-color: #19CFA6;
}
.BgClassName
{
background-color: #19CFA6;
}
</style>
border-color css
<style>
span { border-color: #19CFA6; }
span { border-color: rgb(25,207,166); }
td.TdClassName
{
border-color: #19CFA6;
}
.TagClassName
{
border-color: #19CFA6;
}
</style>