Shades of Caribbean Green #1AC69C
Tints of Caribbean Green #1AC69C
RGB
CMYK
RGB Variations
Color information
#1AC69C (or 0x1AC69C) is known color: Caribbean Green. HEX triplet: 1A, C6 and 9C. RGB value is (26,198,156). Sum of RGB (Red+Green+Blue) = 26+198+156=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC69C is #E53963. Grayscale: #8D8D8D. Windows color (decimal): -15022436 or 10274330. OLE color: 10274330.
HSL color Cylindrical-coordinate representation of color #1AC69C: hue angle of 165.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC69C is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 156 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.22 |
| HSL | 165.35º | 0.77% | 0.44% | - |
| HSV(B) | 165.35º | 0.87% | 0.78% | - |
| XYZ | 26.62 | 43.01 | 38.35 | - |
| YUV | 141.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 156 | 0.87 | 0 | 0.21 | 0.22 | 165.35 | 0.77 | 0.44 |
| Hex | 1A | C6 | 9C | 57 | 0 | 15 | 16 | A5 | 4D | 2C |
| Octal | 32 | 306 | 234 | 127 | 0 | 25 | 26 | 245 | 115 | 54 |
| Binary | 11010 | 11000110 | 10011100 | 1010111 | 0 | 10101 | 10110 | 10100101 | 1001101 | 101100 |
Color Harmonies of #1AC69C
Complementary color
Monochromatic Colors of #1AC69C
Black with #1AC69C
Text Example
Text Example
White with #1AC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC69C; }
p { color: rgb(26,198,156); }
H1.HeaderClassName
{
color: #1AC69C;
}
.AnyTagClassName
{
color: #1AC69C;
}
</style>
background-color css
<style>
a { background-color: #1AC69C; }
a { background-color: rgb(26,198,156); }
div.DivClassName
{
background-color: #1AC69C;
}
.BgClassName
{
background-color: #1AC69C;
}
</style>
border-color css
<style>
span { border-color: #1AC69C; }
span { border-color: rgb(26,198,156); }
td.TdClassName
{
border-color: #1AC69C;
}
.TagClassName
{
border-color: #1AC69C;
}
</style>