Shades of Light Sea Green #26BAAB
Tints of Light Sea Green #26BAAB
RGB
CMYK
RGB Variations
Color information
#26BAAB (or 0x26BAAB) is known color: Light Sea Green. HEX triplet: 26, BA and AB. RGB value is (38,186,171). Sum of RGB (Red+Green+Blue) = 38+186+171=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #26BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BAAB is #D94554. Grayscale: #8B8B8B. Windows color (decimal): -14239061 or 11254310. OLE color: 11254310.
HSL color Cylindrical-coordinate representation of color #26BAAB: hue angle of 173.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BAAB is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 171 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.27 |
| HSL | 173.92º | 0.66% | 0.44% | - |
| HSV(B) | 173.92º | 0.8% | 0.73% | - |
| XYZ | 25.71 | 38.47 | 44.6 | - |
| YUV | 140.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 171 | 0.80 | 0 | 0.08 | 0.27 | 173.92 | 0.66 | 0.44 |
| Hex | 26 | BA | AB | 50 | 0 | 8 | 1B | AE | 42 | 2C |
| Octal | 46 | 272 | 253 | 120 | 0 | 10 | 33 | 256 | 102 | 54 |
| Binary | 100110 | 10111010 | 10101011 | 1010000 | 0 | 1000 | 11011 | 10101110 | 1000010 | 101100 |
Color Harmonies of #26BAAB
Complementary color
Monochromatic Colors of #26BAAB
Black with #26BAAB
Text Example
Text Example
White with #26BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BAAB; }
p { color: rgb(38,186,171); }
H1.HeaderClassName
{
color: #26BAAB;
}
.AnyTagClassName
{
color: #26BAAB;
}
</style>
background-color css
<style>
a { background-color: #26BAAB; }
a { background-color: rgb(38,186,171); }
div.DivClassName
{
background-color: #26BAAB;
}
.BgClassName
{
background-color: #26BAAB;
}
</style>
border-color css
<style>
span { border-color: #26BAAB; }
span { border-color: rgb(38,186,171); }
td.TdClassName
{
border-color: #26BAAB;
}
.TagClassName
{
border-color: #26BAAB;
}
</style>