Shades of Light Sea Green #26C8AE
Tints of Light Sea Green #26C8AE
RGB
CMYK
RGB Variations
Color information
#26C8AE (or 0x26C8AE) is known color: Light Sea Green. HEX triplet: 26, C8 and AE. RGB value is (38,200,174). Sum of RGB (Red+Green+Blue) = 38+200+174=412 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.22% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #26C8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C8AE is #D93751. Grayscale: #949494. Windows color (decimal): -14235474 or 11454502. OLE color: 11454502.
HSL color Cylindrical-coordinate representation of color #26C8AE: hue angle of 170.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C8AE is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 174 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.22 |
| HSL | 170.37º | 0.68% | 0.47% | - |
| HSV(B) | 170.37º | 0.81% | 0.78% | - |
| XYZ | 29.09 | 44.78 | 47.15 | - |
| YUV | 148.6 | 142.33 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 174 | 0.81 | 0 | 0.13 | 0.22 | 170.37 | 0.68 | 0.47 |
| Hex | 26 | C8 | AE | 51 | 0 | D | 16 | AA | 44 | 2F |
| Octal | 46 | 310 | 256 | 121 | 0 | 15 | 26 | 252 | 104 | 57 |
| Binary | 100110 | 11001000 | 10101110 | 1010001 | 0 | 1101 | 10110 | 10101010 | 1000100 | 101111 |
Color Harmonies of #26C8AE
Complementary color
Monochromatic Colors of #26C8AE
Black with #26C8AE
Text Example
Text Example
White with #26C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C8AE; }
p { color: rgb(38,200,174); }
H1.HeaderClassName
{
color: #26C8AE;
}
.AnyTagClassName
{
color: #26C8AE;
}
</style>
background-color css
<style>
a { background-color: #26C8AE; }
a { background-color: rgb(38,200,174); }
div.DivClassName
{
background-color: #26C8AE;
}
.BgClassName
{
background-color: #26C8AE;
}
</style>
border-color css
<style>
span { border-color: #26C8AE; }
span { border-color: rgb(38,200,174); }
td.TdClassName
{
border-color: #26C8AE;
}
.TagClassName
{
border-color: #26C8AE;
}
</style>