Shades of Light Sea Green #26AEA3
Tints of Light Sea Green #26AEA3
RGB
CMYK
RGB Variations
Color information
#26AEA3 (or 0x26AEA3) is known color: Light Sea Green. HEX triplet: 26, AE and A3. RGB value is (38,174,163). Sum of RGB (Red+Green+Blue) = 38+174+163=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #26AEA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AEA3 is #D9515C. Grayscale: #838383. Windows color (decimal): -14242141 or 10726950. OLE color: 10726950.
HSL color Cylindrical-coordinate representation of color #26AEA3: hue angle of 175.15º 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 #26AEA3 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 174 | 163 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.32 |
| HSL | 175.15º | 0.64% | 0.42% | - |
| HSV(B) | 175.15º | 0.78% | 0.68% | - |
| XYZ | 22.55 | 33.33 | 39.9 | - |
| YUV | 132.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 163 | 0.78 | 0 | 0.06 | 0.32 | 175.15 | 0.64 | 0.42 |
| Hex | 26 | AE | A3 | 4E | 0 | 6 | 20 | AF | 40 | 2A |
| Octal | 46 | 256 | 243 | 116 | 0 | 6 | 40 | 257 | 100 | 52 |
| Binary | 100110 | 10101110 | 10100011 | 1001110 | 0 | 110 | 100000 | 10101111 | 1000000 | 101010 |
Color Harmonies of #26AEA3
Complementary color
Monochromatic Colors of #26AEA3
Black with #26AEA3
Text Example
Text Example
White with #26AEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEA3; }
p { color: rgb(38,174,163); }
H1.HeaderClassName
{
color: #26AEA3;
}
.AnyTagClassName
{
color: #26AEA3;
}
</style>
background-color css
<style>
a { background-color: #26AEA3; }
a { background-color: rgb(38,174,163); }
div.DivClassName
{
background-color: #26AEA3;
}
.BgClassName
{
background-color: #26AEA3;
}
</style>
border-color css
<style>
span { border-color: #26AEA3; }
span { border-color: rgb(38,174,163); }
td.TdClassName
{
border-color: #26AEA3;
}
.TagClassName
{
border-color: #26AEA3;
}
</style>