Shades of Light Sea Green #26C9AC
Tints of Light Sea Green #26C9AC
RGB
CMYK
RGB Variations
Color information
#26C9AC (or 0x26C9AC) is known color: Light Sea Green. HEX triplet: 26, C9 and AC. RGB value is (38,201,172). Sum of RGB (Red+Green+Blue) = 38+201+172=411 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.25% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #26C9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C9AC is #D93653. Grayscale: #949494. Windows color (decimal): -14235220 or 11323686. OLE color: 11323686.
HSL color Cylindrical-coordinate representation of color #26C9AC: hue angle of 169.33º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C9AC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 172 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.21 |
| HSL | 169.33º | 0.68% | 0.47% | - |
| HSV(B) | 169.33º | 0.81% | 0.79% | - |
| XYZ | 29.13 | 45.16 | 46.21 | - |
| YUV | 148.96 | 141 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 172 | 0.81 | 0 | 0.14 | 0.21 | 169.33 | 0.68 | 0.47 |
| Hex | 26 | C9 | AC | 51 | 0 | E | 15 | A9 | 44 | 2F |
| Octal | 46 | 311 | 254 | 121 | 0 | 16 | 25 | 251 | 104 | 57 |
| Binary | 100110 | 11001001 | 10101100 | 1010001 | 0 | 1110 | 10101 | 10101001 | 1000100 | 101111 |
Color Harmonies of #26C9AC
Complementary color
Monochromatic Colors of #26C9AC
Black with #26C9AC
Text Example
Text Example
White with #26C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C9AC; }
p { color: rgb(38,201,172); }
H1.HeaderClassName
{
color: #26C9AC;
}
.AnyTagClassName
{
color: #26C9AC;
}
</style>
background-color css
<style>
a { background-color: #26C9AC; }
a { background-color: rgb(38,201,172); }
div.DivClassName
{
background-color: #26C9AC;
}
.BgClassName
{
background-color: #26C9AC;
}
</style>
border-color css
<style>
span { border-color: #26C9AC; }
span { border-color: rgb(38,201,172); }
td.TdClassName
{
border-color: #26C9AC;
}
.TagClassName
{
border-color: #26C9AC;
}
</style>