Shades of Light Sea Green #26BEAC
Tints of Light Sea Green #26BEAC
RGB
CMYK
RGB Variations
Color information
#26BEAC (or 0x26BEAC) is known color: Light Sea Green. HEX triplet: 26, BE and AC. RGB value is (38,190,172). Sum of RGB (Red+Green+Blue) = 38+190+172=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #26BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BEAC is #D94153. Grayscale: #8E8E8E. Windows color (decimal): -14238036 or 11320870. OLE color: 11320870.
HSL color Cylindrical-coordinate representation of color #26BEAC: hue angle of 172.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BEAC is Cyan = 0.8, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 190 | 172 | - |
| CMYK | 0.8 | 0 | 0.09 | 0.25 |
| HSL | 172.89º | 0.67% | 0.45% | - |
| HSV(B) | 172.89º | 0.8% | 0.75% | - |
| XYZ | 26.66 | 40.22 | 45.39 | - |
| YUV | 142.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 172 | 0.8 | 0 | 0.09 | 0.25 | 172.89 | 0.67 | 0.45 |
| Hex | 26 | BE | AC | 50 | 0 | 9 | 19 | AD | 43 | 2D |
| Octal | 46 | 276 | 254 | 120 | 0 | 11 | 31 | 255 | 103 | 55 |
| Binary | 100110 | 10111110 | 10101100 | 1010000 | 0 | 1001 | 11001 | 10101101 | 1000011 | 101101 |
Color Harmonies of #26BEAC
Complementary color
Monochromatic Colors of #26BEAC
Black with #26BEAC
Text Example
Text Example
White with #26BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEAC; }
p { color: rgb(38,190,172); }
H1.HeaderClassName
{
color: #26BEAC;
}
.AnyTagClassName
{
color: #26BEAC;
}
</style>
background-color css
<style>
a { background-color: #26BEAC; }
a { background-color: rgb(38,190,172); }
div.DivClassName
{
background-color: #26BEAC;
}
.BgClassName
{
background-color: #26BEAC;
}
</style>
border-color css
<style>
span { border-color: #26BEAC; }
span { border-color: rgb(38,190,172); }
td.TdClassName
{
border-color: #26BEAC;
}
.TagClassName
{
border-color: #26BEAC;
}
</style>