Shades of Light Sea Green #26B1AE
Tints of Light Sea Green #26B1AE
RGB
CMYK
RGB Variations
Color information
#26B1AE (or 0x26B1AE) is known color: Light Sea Green. HEX triplet: 26, B1 and AE. RGB value is (38,177,174). Sum of RGB (Red+Green+Blue) = 38+177+174=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #26B1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B1AE is #D94E51. Grayscale: #868686. Windows color (decimal): -14241362 or 11448614. OLE color: 11448614.
HSL color Cylindrical-coordinate representation of color #26B1AE: hue angle of 178.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B1AE is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 177 | 174 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.31 |
| HSL | 178.71º | 0.65% | 0.42% | - |
| HSV(B) | 178.71º | 0.79% | 0.69% | - |
| XYZ | 24.16 | 34.91 | 45.51 | - |
| YUV | 135.1 | 149.95 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 177 | 174 | 0.79 | 0 | 0.02 | 0.31 | 178.71 | 0.65 | 0.42 |
| Hex | 26 | B1 | AE | 4F | 0 | 2 | 1F | B3 | 41 | 2A |
| Octal | 46 | 261 | 256 | 117 | 0 | 2 | 37 | 263 | 101 | 52 |
| Binary | 100110 | 10110001 | 10101110 | 1001111 | 0 | 10 | 11111 | 10110011 | 1000001 | 101010 |
Color Harmonies of #26B1AE
Complementary color
Monochromatic Colors of #26B1AE
Black with #26B1AE
Text Example
Text Example
White with #26B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B1AE; }
p { color: rgb(38,177,174); }
H1.HeaderClassName
{
color: #26B1AE;
}
.AnyTagClassName
{
color: #26B1AE;
}
</style>
background-color css
<style>
a { background-color: #26B1AE; }
a { background-color: rgb(38,177,174); }
div.DivClassName
{
background-color: #26B1AE;
}
.BgClassName
{
background-color: #26B1AE;
}
</style>
border-color css
<style>
span { border-color: #26B1AE; }
span { border-color: rgb(38,177,174); }
td.TdClassName
{
border-color: #26B1AE;
}
.TagClassName
{
border-color: #26B1AE;
}
</style>