Shades of Light Sea Green #26ACA9
Tints of Light Sea Green #26ACA9
RGB
CMYK
RGB Variations
Color information
#26ACA9 (or 0x26ACA9) is known color: Light Sea Green. HEX triplet: 26, AC and A9. RGB value is (38,172,169). Sum of RGB (Red+Green+Blue) = 38+172+169=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #26ACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ACA9 is #D95356. Grayscale: #838383. Windows color (decimal): -14242647 or 11119654. OLE color: 11119654.
HSL color Cylindrical-coordinate representation of color #26ACA9: hue angle of 178.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ACA9 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 172 | 169 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.33 |
| HSL | 178.66º | 0.64% | 0.41% | - |
| HSV(B) | 178.66º | 0.78% | 0.67% | - |
| XYZ | 22.71 | 32.78 | 42.67 | - |
| YUV | 131.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 169 | 0.78 | 0 | 0.02 | 0.33 | 178.66 | 0.64 | 0.41 |
| Hex | 26 | AC | A9 | 4E | 0 | 2 | 21 | B3 | 40 | 29 |
| Octal | 46 | 254 | 251 | 116 | 0 | 2 | 41 | 263 | 100 | 51 |
| Binary | 100110 | 10101100 | 10101001 | 1001110 | 0 | 10 | 100001 | 10110011 | 1000000 | 101001 |
Color Harmonies of #26ACA9
Complementary color
Monochromatic Colors of #26ACA9
Black with #26ACA9
Text Example
Text Example
White with #26ACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ACA9; }
p { color: rgb(38,172,169); }
H1.HeaderClassName
{
color: #26ACA9;
}
.AnyTagClassName
{
color: #26ACA9;
}
</style>
background-color css
<style>
a { background-color: #26ACA9; }
a { background-color: rgb(38,172,169); }
div.DivClassName
{
background-color: #26ACA9;
}
.BgClassName
{
background-color: #26ACA9;
}
</style>
border-color css
<style>
span { border-color: #26ACA9; }
span { border-color: rgb(38,172,169); }
td.TdClassName
{
border-color: #26ACA9;
}
.TagClassName
{
border-color: #26ACA9;
}
</style>