Shades of Light Sea Green #26AEA2
Tints of Light Sea Green #26AEA2
RGB
CMYK
RGB Variations
Color information
#26AEA2 (or 0x26AEA2) is known color: Light Sea Green. HEX triplet: 26, AE and A2. RGB value is (38,174,162). Sum of RGB (Red+Green+Blue) = 38+174+162=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #26AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AEA2 is #D9515D. Grayscale: #838383. Windows color (decimal): -14242142 or 10661414. OLE color: 10661414.
HSL color Cylindrical-coordinate representation of color #26AEA2: hue angle of 174.71º 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 #26AEA2 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 174 | 162 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.32 |
| HSL | 174.71º | 0.64% | 0.42% | - |
| HSV(B) | 174.71º | 0.78% | 0.68% | - |
| XYZ | 22.46 | 33.29 | 39.42 | - |
| YUV | 131.97 | 144.94 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 162 | 0.78 | 0 | 0.07 | 0.32 | 174.71 | 0.64 | 0.42 |
| Hex | 26 | AE | A2 | 4E | 0 | 7 | 20 | AF | 40 | 2A |
| Octal | 46 | 256 | 242 | 116 | 0 | 7 | 40 | 257 | 100 | 52 |
| Binary | 100110 | 10101110 | 10100010 | 1001110 | 0 | 111 | 100000 | 10101111 | 1000000 | 101010 |
Color Harmonies of #26AEA2
Complementary color
Monochromatic Colors of #26AEA2
Black with #26AEA2
Text Example
Text Example
White with #26AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEA2; }
p { color: rgb(38,174,162); }
H1.HeaderClassName
{
color: #26AEA2;
}
.AnyTagClassName
{
color: #26AEA2;
}
</style>
background-color css
<style>
a { background-color: #26AEA2; }
a { background-color: rgb(38,174,162); }
div.DivClassName
{
background-color: #26AEA2;
}
.BgClassName
{
background-color: #26AEA2;
}
</style>
border-color css
<style>
span { border-color: #26AEA2; }
span { border-color: rgb(38,174,162); }
td.TdClassName
{
border-color: #26AEA2;
}
.TagClassName
{
border-color: #26AEA2;
}
</style>