Shades of Light Sea Green #26AEA0
Tints of Light Sea Green #26AEA0
RGB
CMYK
RGB Variations
Color information
#26AEA0 (or 0x26AEA0) is known color: Light Sea Green. HEX triplet: 26, AE and A0. RGB value is (38,174,160). Sum of RGB (Red+Green+Blue) = 38+174+160=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #26AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AEA0 is #D9515F. Grayscale: #838383. Windows color (decimal): -14242144 or 10530342. OLE color: 10530342.
HSL color Cylindrical-coordinate representation of color #26AEA0: hue angle of 173.82º 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 #26AEA0 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 174 | 160 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.32 |
| HSL | 173.82º | 0.64% | 0.42% | - |
| HSV(B) | 173.82º | 0.78% | 0.68% | - |
| XYZ | 22.28 | 33.22 | 38.5 | - |
| YUV | 131.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 160 | 0.78 | 0 | 0.08 | 0.32 | 173.82 | 0.64 | 0.42 |
| Hex | 26 | AE | A0 | 4E | 0 | 8 | 20 | AE | 40 | 2A |
| Octal | 46 | 256 | 240 | 116 | 0 | 10 | 40 | 256 | 100 | 52 |
| Binary | 100110 | 10101110 | 10100000 | 1001110 | 0 | 1000 | 100000 | 10101110 | 1000000 | 101010 |
Color Harmonies of #26AEA0
Complementary color
Monochromatic Colors of #26AEA0
Black with #26AEA0
Text Example
Text Example
White with #26AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEA0; }
p { color: rgb(38,174,160); }
H1.HeaderClassName
{
color: #26AEA0;
}
.AnyTagClassName
{
color: #26AEA0;
}
</style>
background-color css
<style>
a { background-color: #26AEA0; }
a { background-color: rgb(38,174,160); }
div.DivClassName
{
background-color: #26AEA0;
}
.BgClassName
{
background-color: #26AEA0;
}
</style>
border-color css
<style>
span { border-color: #26AEA0; }
span { border-color: rgb(38,174,160); }
td.TdClassName
{
border-color: #26AEA0;
}
.TagClassName
{
border-color: #26AEA0;
}
</style>