Shades of Light Sea Green #26A69F
Tints of Light Sea Green #26A69F
RGB
CMYK
RGB Variations
Color information
#26A69F (or 0x26A69F) is known color: Light Sea Green. HEX triplet: 26, A6 and 9F. RGB value is (38,166,159). Sum of RGB (Red+Green+Blue) = 38+166+159=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #26A69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A69F is #D95960. Grayscale: #7E7E7E. Windows color (decimal): -14244193 or 10462758. OLE color: 10462758.
HSL color Cylindrical-coordinate representation of color #26A69F: hue angle of 176.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A69F is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 159 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.35 |
| HSL | 176.72º | 0.63% | 0.4% | - |
| HSV(B) | 176.72º | 0.77% | 0.65% | - |
| XYZ | 20.69 | 30.19 | 37.54 | - |
| YUV | 126.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 159 | 0.77 | 0 | 0.04 | 0.35 | 176.72 | 0.63 | 0.4 |
| Hex | 26 | A6 | 9F | 4D | 0 | 4 | 23 | B1 | 3F | 28 |
| Octal | 46 | 246 | 237 | 115 | 0 | 4 | 43 | 261 | 77 | 50 |
| Binary | 100110 | 10100110 | 10011111 | 1001101 | 0 | 100 | 100011 | 10110001 | 111111 | 101000 |
Color Harmonies of #26A69F
Complementary color
Monochromatic Colors of #26A69F
Black with #26A69F
Text Example
Text Example
White with #26A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A69F; }
p { color: rgb(38,166,159); }
H1.HeaderClassName
{
color: #26A69F;
}
.AnyTagClassName
{
color: #26A69F;
}
</style>
background-color css
<style>
a { background-color: #26A69F; }
a { background-color: rgb(38,166,159); }
div.DivClassName
{
background-color: #26A69F;
}
.BgClassName
{
background-color: #26A69F;
}
</style>
border-color css
<style>
span { border-color: #26A69F; }
span { border-color: rgb(38,166,159); }
td.TdClassName
{
border-color: #26A69F;
}
.TagClassName
{
border-color: #26A69F;
}
</style>