Shades of Light Sea Green #26A8AD
Tints of Light Sea Green #26A8AD
RGB
CMYK
RGB Variations
Color information
#26A8AD (or 0x26A8AD) is known color: Light Sea Green. HEX triplet: 26, A8 and AD. RGB value is (38,168,173). Sum of RGB (Red+Green+Blue) = 38+168+173=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #26A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A8AD is #D95752. Grayscale: #818181. Windows color (decimal): -14243667 or 11380774. OLE color: 11380774.
HSL color Cylindrical-coordinate representation of color #26A8AD: hue angle of 182.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 #26A8AD is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 168 | 173 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.32 |
| HSL | 182.22º | 0.64% | 0.41% | - |
| HSV(B) | 182.22º | 0.78% | 0.68% | - |
| XYZ | 22.34 | 31.43 | 44.42 | - |
| YUV | 129.7 | 152.43 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 173 | 0.78 | 0.03 | 0 | 0.32 | 182.22 | 0.64 | 0.41 |
| Hex | 26 | A8 | AD | 4E | 3 | 0 | 20 | B6 | 40 | 29 |
| Octal | 46 | 250 | 255 | 116 | 3 | 0 | 40 | 266 | 100 | 51 |
| Binary | 100110 | 10101000 | 10101101 | 1001110 | 11 | 0 | 100000 | 10110110 | 1000000 | 101001 |
Color Harmonies of #26A8AD
Complementary color
Monochromatic Colors of #26A8AD
Black with #26A8AD
Text Example
Text Example
White with #26A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A8AD; }
p { color: rgb(38,168,173); }
H1.HeaderClassName
{
color: #26A8AD;
}
.AnyTagClassName
{
color: #26A8AD;
}
</style>
background-color css
<style>
a { background-color: #26A8AD; }
a { background-color: rgb(38,168,173); }
div.DivClassName
{
background-color: #26A8AD;
}
.BgClassName
{
background-color: #26A8AD;
}
</style>
border-color css
<style>
span { border-color: #26A8AD; }
span { border-color: rgb(38,168,173); }
td.TdClassName
{
border-color: #26A8AD;
}
.TagClassName
{
border-color: #26A8AD;
}
</style>