Shades of Light Sea Green #26A4A9
Tints of Light Sea Green #26A4A9
RGB
CMYK
RGB Variations
Color information
#26A4A9 (or 0x26A4A9) is known color: Light Sea Green. HEX triplet: 26, A4 and A9. RGB value is (38,164,169). Sum of RGB (Red+Green+Blue) = 38+164+169=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #26A4A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A4A9 is #D95B56. Grayscale: #7E7E7E. Windows color (decimal): -14244695 or 11117606. OLE color: 11117606.
HSL color Cylindrical-coordinate representation of color #26A4A9: hue angle of 182.29º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A4A9 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 164 | 169 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.34 |
| HSL | 182.29º | 0.63% | 0.41% | - |
| HSV(B) | 182.29º | 0.78% | 0.66% | - |
| XYZ | 21.24 | 29.83 | 42.17 | - |
| YUV | 126.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 169 | 0.78 | 0.03 | 0 | 0.34 | 182.29 | 0.63 | 0.41 |
| Hex | 26 | A4 | A9 | 4E | 3 | 0 | 22 | B6 | 3F | 29 |
| Octal | 46 | 244 | 251 | 116 | 3 | 0 | 42 | 266 | 77 | 51 |
| Binary | 100110 | 10100100 | 10101001 | 1001110 | 11 | 0 | 100010 | 10110110 | 111111 | 101001 |
Color Harmonies of #26A4A9
Complementary color
Monochromatic Colors of #26A4A9
Black with #26A4A9
Text Example
Text Example
White with #26A4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A4A9; }
p { color: rgb(38,164,169); }
H1.HeaderClassName
{
color: #26A4A9;
}
.AnyTagClassName
{
color: #26A4A9;
}
</style>
background-color css
<style>
a { background-color: #26A4A9; }
a { background-color: rgb(38,164,169); }
div.DivClassName
{
background-color: #26A4A9;
}
.BgClassName
{
background-color: #26A4A9;
}
</style>
border-color css
<style>
span { border-color: #26A4A9; }
span { border-color: rgb(38,164,169); }
td.TdClassName
{
border-color: #26A4A9;
}
.TagClassName
{
border-color: #26A4A9;
}
</style>