Shades of Caribbean Green #1AC59B
Tints of Caribbean Green #1AC59B
RGB
CMYK
RGB Variations
Color information
#1AC59B (or 0x1AC59B) is known color: Caribbean Green. HEX triplet: 1A, C5 and 9B. RGB value is (26,197,155). Sum of RGB (Red+Green+Blue) = 26+197+155=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC59B is #E53A64. Grayscale: #8D8D8D. Windows color (decimal): -15022693 or 10208538. OLE color: 10208538.
HSL color Cylindrical-coordinate representation of color #1AC59B: hue angle of 165.26º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC59B is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 155 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.23 |
| HSL | 165.26º | 0.77% | 0.44% | - |
| HSV(B) | 165.26º | 0.87% | 0.77% | - |
| XYZ | 26.31 | 42.52 | 37.83 | - |
| YUV | 141.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 155 | 0.87 | 0 | 0.21 | 0.23 | 165.26 | 0.77 | 0.44 |
| Hex | 1A | C5 | 9B | 57 | 0 | 15 | 17 | A5 | 4D | 2C |
| Octal | 32 | 305 | 233 | 127 | 0 | 25 | 27 | 245 | 115 | 54 |
| Binary | 11010 | 11000101 | 10011011 | 1010111 | 0 | 10101 | 10111 | 10100101 | 1001101 | 101100 |
Color Harmonies of #1AC59B
Complementary color
Monochromatic Colors of #1AC59B
Black with #1AC59B
Text Example
Text Example
White with #1AC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC59B; }
p { color: rgb(26,197,155); }
H1.HeaderClassName
{
color: #1AC59B;
}
.AnyTagClassName
{
color: #1AC59B;
}
</style>
background-color css
<style>
a { background-color: #1AC59B; }
a { background-color: rgb(26,197,155); }
div.DivClassName
{
background-color: #1AC59B;
}
.BgClassName
{
background-color: #1AC59B;
}
</style>
border-color css
<style>
span { border-color: #1AC59B; }
span { border-color: rgb(26,197,155); }
td.TdClassName
{
border-color: #1AC59B;
}
.TagClassName
{
border-color: #1AC59B;
}
</style>