Shades of Light Sea Green #26AEA1
Tints of Light Sea Green #26AEA1
RGB
CMYK
RGB Variations
Color information
#26AEA1 (or 0x26AEA1) is known color: Light Sea Green. HEX triplet: 26, AE and A1. RGB value is (38,174,161). Sum of RGB (Red+Green+Blue) = 38+174+161=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #26AEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AEA1 is #D9515E. Grayscale: #838383. Windows color (decimal): -14242143 or 10595878. OLE color: 10595878.
HSL color Cylindrical-coordinate representation of color #26AEA1: hue angle of 174.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AEA1 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 174 | 161 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.32 |
| HSL | 174.26º | 0.64% | 0.42% | - |
| HSV(B) | 174.26º | 0.78% | 0.68% | - |
| XYZ | 22.37 | 33.26 | 38.96 | - |
| YUV | 131.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 161 | 0.78 | 0 | 0.07 | 0.32 | 174.26 | 0.64 | 0.42 |
| Hex | 26 | AE | A1 | 4E | 0 | 7 | 20 | AE | 40 | 2A |
| Octal | 46 | 256 | 241 | 116 | 0 | 7 | 40 | 256 | 100 | 52 |
| Binary | 100110 | 10101110 | 10100001 | 1001110 | 0 | 111 | 100000 | 10101110 | 1000000 | 101010 |
Color Harmonies of #26AEA1
Complementary color
Monochromatic Colors of #26AEA1
Black with #26AEA1
Text Example
Text Example
White with #26AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEA1; }
p { color: rgb(38,174,161); }
H1.HeaderClassName
{
color: #26AEA1;
}
.AnyTagClassName
{
color: #26AEA1;
}
</style>
background-color css
<style>
a { background-color: #26AEA1; }
a { background-color: rgb(38,174,161); }
div.DivClassName
{
background-color: #26AEA1;
}
.BgClassName
{
background-color: #26AEA1;
}
</style>
border-color css
<style>
span { border-color: #26AEA1; }
span { border-color: rgb(38,174,161); }
td.TdClassName
{
border-color: #26AEA1;
}
.TagClassName
{
border-color: #26AEA1;
}
</style>