Shades of Light Sea Green #26A6AC
Tints of Light Sea Green #26A6AC
RGB
CMYK
RGB Variations
Color information
#26A6AC (or 0x26A6AC) is known color: Light Sea Green. HEX triplet: 26, A6 and AC. RGB value is (38,166,172). Sum of RGB (Red+Green+Blue) = 38+166+172=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #26A6AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A6AC is #D95953. Grayscale: #808080. Windows color (decimal): -14244180 or 11314726. OLE color: 11314726.
HSL color Cylindrical-coordinate representation of color #26A6AC: hue angle of 182.69º degrees, saturation: 0.64, 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 #26A6AC is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 166 | 172 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.33 |
| HSL | 182.69º | 0.64% | 0.41% | - |
| HSV(B) | 182.69º | 0.78% | 0.67% | - |
| XYZ | 21.88 | 30.66 | 43.79 | - |
| YUV | 128.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 172 | 0.78 | 0.03 | 0 | 0.33 | 182.69 | 0.64 | 0.41 |
| Hex | 26 | A6 | AC | 4E | 3 | 0 | 21 | B7 | 40 | 29 |
| Octal | 46 | 246 | 254 | 116 | 3 | 0 | 41 | 267 | 100 | 51 |
| Binary | 100110 | 10100110 | 10101100 | 1001110 | 11 | 0 | 100001 | 10110111 | 1000000 | 101001 |
Color Harmonies of #26A6AC
Complementary color
Monochromatic Colors of #26A6AC
Black with #26A6AC
Text Example
Text Example
White with #26A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A6AC; }
p { color: rgb(38,166,172); }
H1.HeaderClassName
{
color: #26A6AC;
}
.AnyTagClassName
{
color: #26A6AC;
}
</style>
background-color css
<style>
a { background-color: #26A6AC; }
a { background-color: rgb(38,166,172); }
div.DivClassName
{
background-color: #26A6AC;
}
.BgClassName
{
background-color: #26A6AC;
}
</style>
border-color css
<style>
span { border-color: #26A6AC; }
span { border-color: rgb(38,166,172); }
td.TdClassName
{
border-color: #26A6AC;
}
.TagClassName
{
border-color: #26A6AC;
}
</style>