Shades of Caribbean Green #19CFAA
Tints of Caribbean Green #19CFAA
RGB
CMYK
RGB Variations
Color information
#19CFAA (or 0x19CFAA) is known color: Caribbean Green. HEX triplet: 19, CF and AA. RGB value is (25,207,170). Sum of RGB (Red+Green+Blue) = 25+207+170=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CFAA is #E63055. Grayscale: #949494. Windows color (decimal): -15085654 or 11194137. OLE color: 11194137.
HSL color Cylindrical-coordinate representation of color #19CFAA: hue angle of 167.8º 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 #19CFAA is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 170 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.19 |
| HSL | 167.8º | 0.78% | 0.45% | - |
| HSV(B) | 167.8º | 0.88% | 0.81% | - |
| XYZ | 29.97 | 47.73 | 45.66 | - |
| YUV | 148.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 170 | 0.88 | 0 | 0.18 | 0.19 | 167.8 | 0.78 | 0.45 |
| Hex | 19 | CF | AA | 58 | 0 | 12 | 13 | A8 | 4E | 2D |
| Octal | 31 | 317 | 252 | 130 | 0 | 22 | 23 | 250 | 116 | 55 |
| Binary | 11001 | 11001111 | 10101010 | 1011000 | 0 | 10010 | 10011 | 10101000 | 1001110 | 101101 |
Color Harmonies of #19CFAA
Complementary color
Monochromatic Colors of #19CFAA
Black with #19CFAA
Text Example
Text Example
White with #19CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFAA; }
p { color: rgb(25,207,170); }
H1.HeaderClassName
{
color: #19CFAA;
}
.AnyTagClassName
{
color: #19CFAA;
}
</style>
background-color css
<style>
a { background-color: #19CFAA; }
a { background-color: rgb(25,207,170); }
div.DivClassName
{
background-color: #19CFAA;
}
.BgClassName
{
background-color: #19CFAA;
}
</style>
border-color css
<style>
span { border-color: #19CFAA; }
span { border-color: rgb(25,207,170); }
td.TdClassName
{
border-color: #19CFAA;
}
.TagClassName
{
border-color: #19CFAA;
}
</style>