Shades of Light Sea Green #26ADA0
Tints of Light Sea Green #26ADA0
RGB
CMYK
RGB Variations
Color information
#26ADA0 (or 0x26ADA0) is known color: Light Sea Green. HEX triplet: 26, AD and A0. RGB value is (38,173,160). Sum of RGB (Red+Green+Blue) = 38+173+160=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #26ADA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ADA0 is #D9525F. Grayscale: #838383. Windows color (decimal): -14242400 or 10530086. OLE color: 10530086.
HSL color Cylindrical-coordinate representation of color #26ADA0: hue angle of 174.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ADA0 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 160 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.32 |
| HSL | 174.22º | 0.64% | 0.41% | - |
| HSV(B) | 174.22º | 0.78% | 0.68% | - |
| XYZ | 22.09 | 32.84 | 38.43 | - |
| YUV | 131.15 | 144.27 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 160 | 0.78 | 0 | 0.08 | 0.32 | 174.22 | 0.64 | 0.41 |
| Hex | 26 | AD | A0 | 4E | 0 | 8 | 20 | AE | 40 | 29 |
| Octal | 46 | 255 | 240 | 116 | 0 | 10 | 40 | 256 | 100 | 51 |
| Binary | 100110 | 10101101 | 10100000 | 1001110 | 0 | 1000 | 100000 | 10101110 | 1000000 | 101001 |
Color Harmonies of #26ADA0
Complementary color
Monochromatic Colors of #26ADA0
Black with #26ADA0
Text Example
Text Example
White with #26ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADA0; }
p { color: rgb(38,173,160); }
H1.HeaderClassName
{
color: #26ADA0;
}
.AnyTagClassName
{
color: #26ADA0;
}
</style>
background-color css
<style>
a { background-color: #26ADA0; }
a { background-color: rgb(38,173,160); }
div.DivClassName
{
background-color: #26ADA0;
}
.BgClassName
{
background-color: #26ADA0;
}
</style>
border-color css
<style>
span { border-color: #26ADA0; }
span { border-color: rgb(38,173,160); }
td.TdClassName
{
border-color: #26ADA0;
}
.TagClassName
{
border-color: #26ADA0;
}
</style>