Shades of Light Sea Green #26A5AA
Tints of Light Sea Green #26A5AA
RGB
CMYK
RGB Variations
Color information
#26A5AA (or 0x26A5AA) is known color: Light Sea Green. HEX triplet: 26, A5 and AA. RGB value is (38,165,170). Sum of RGB (Red+Green+Blue) = 38+165+170=373 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.19% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #26A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A5AA is #D95A55. Grayscale: #7F7F7F. Windows color (decimal): -14244438 or 11183398. OLE color: 11183398.
HSL color Cylindrical-coordinate representation of color #26A5AA: hue angle of 182.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A5AA is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 165 | 170 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.33 |
| HSL | 182.27º | 0.63% | 0.41% | - |
| HSV(B) | 182.27º | 0.78% | 0.67% | - |
| XYZ | 21.51 | 30.22 | 42.73 | - |
| YUV | 127.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 165 | 170 | 0.78 | 0.03 | 0 | 0.33 | 182.27 | 0.63 | 0.41 |
| Hex | 26 | A5 | AA | 4E | 3 | 0 | 21 | B6 | 3F | 29 |
| Octal | 46 | 245 | 252 | 116 | 3 | 0 | 41 | 266 | 77 | 51 |
| Binary | 100110 | 10100101 | 10101010 | 1001110 | 11 | 0 | 100001 | 10110110 | 111111 | 101001 |
Color Harmonies of #26A5AA
Complementary color
Monochromatic Colors of #26A5AA
Black with #26A5AA
Text Example
Text Example
White with #26A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A5AA; }
p { color: rgb(38,165,170); }
H1.HeaderClassName
{
color: #26A5AA;
}
.AnyTagClassName
{
color: #26A5AA;
}
</style>
background-color css
<style>
a { background-color: #26A5AA; }
a { background-color: rgb(38,165,170); }
div.DivClassName
{
background-color: #26A5AA;
}
.BgClassName
{
background-color: #26A5AA;
}
</style>
border-color css
<style>
span { border-color: #26A5AA; }
span { border-color: rgb(38,165,170); }
td.TdClassName
{
border-color: #26A5AA;
}
.TagClassName
{
border-color: #26A5AA;
}
</style>