Shades of Light Sea Green #26BDAC
Tints of Light Sea Green #26BDAC
RGB
CMYK
RGB Variations
Color information
#26BDAC (or 0x26BDAC) is known color: Light Sea Green. HEX triplet: 26, BD and AC. RGB value is (38,189,172). Sum of RGB (Red+Green+Blue) = 38+189+172=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #26BDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BDAC is #D94253. Grayscale: #8D8D8D. Windows color (decimal): -14238292 or 11320614. OLE color: 11320614.
HSL color Cylindrical-coordinate representation of color #26BDAC: hue angle of 173.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BDAC is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 172 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.26 |
| HSL | 173.25º | 0.67% | 0.45% | - |
| HSV(B) | 173.25º | 0.8% | 0.74% | - |
| XYZ | 26.44 | 39.79 | 45.32 | - |
| YUV | 141.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 172 | 0.80 | 0 | 0.09 | 0.26 | 173.25 | 0.67 | 0.45 |
| Hex | 26 | BD | AC | 50 | 0 | 9 | 1A | AD | 43 | 2D |
| Octal | 46 | 275 | 254 | 120 | 0 | 11 | 32 | 255 | 103 | 55 |
| Binary | 100110 | 10111101 | 10101100 | 1010000 | 0 | 1001 | 11010 | 10101101 | 1000011 | 101101 |
Color Harmonies of #26BDAC
Complementary color
Monochromatic Colors of #26BDAC
Black with #26BDAC
Text Example
Text Example
White with #26BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDAC; }
p { color: rgb(38,189,172); }
H1.HeaderClassName
{
color: #26BDAC;
}
.AnyTagClassName
{
color: #26BDAC;
}
</style>
background-color css
<style>
a { background-color: #26BDAC; }
a { background-color: rgb(38,189,172); }
div.DivClassName
{
background-color: #26BDAC;
}
.BgClassName
{
background-color: #26BDAC;
}
</style>
border-color css
<style>
span { border-color: #26BDAC; }
span { border-color: rgb(38,189,172); }
td.TdClassName
{
border-color: #26BDAC;
}
.TagClassName
{
border-color: #26BDAC;
}
</style>