Shades of Light Sea Green #26BAB5
Tints of Light Sea Green #26BAB5
RGB
CMYK
RGB Variations
Color information
#26BAB5 (or 0x26BAB5) is known color: Light Sea Green. HEX triplet: 26, BA and B5. RGB value is (38,186,181). Sum of RGB (Red+Green+Blue) = 38+186+181=405 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.38% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #26BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BAB5 is #D9454A. Grayscale: #8D8D8D. Windows color (decimal): -14239051 or 11909670. OLE color: 11909670.
HSL color Cylindrical-coordinate representation of color #26BAB5: hue angle of 177.97º 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 #26BAB5 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 181 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.27 |
| HSL | 177.97º | 0.66% | 0.44% | - |
| HSV(B) | 177.97º | 0.8% | 0.73% | - |
| XYZ | 26.7 | 38.87 | 49.81 | - |
| YUV | 141.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 181 | 0.80 | 0 | 0.03 | 0.27 | 177.97 | 0.66 | 0.44 |
| Hex | 26 | BA | B5 | 50 | 0 | 3 | 1B | B2 | 42 | 2C |
| Octal | 46 | 272 | 265 | 120 | 0 | 3 | 33 | 262 | 102 | 54 |
| Binary | 100110 | 10111010 | 10110101 | 1010000 | 0 | 11 | 11011 | 10110010 | 1000010 | 101100 |
Color Harmonies of #26BAB5
Complementary color
Monochromatic Colors of #26BAB5
Black with #26BAB5
Text Example
Text Example
White with #26BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BAB5; }
p { color: rgb(38,186,181); }
H1.HeaderClassName
{
color: #26BAB5;
}
.AnyTagClassName
{
color: #26BAB5;
}
</style>
background-color css
<style>
a { background-color: #26BAB5; }
a { background-color: rgb(38,186,181); }
div.DivClassName
{
background-color: #26BAB5;
}
.BgClassName
{
background-color: #26BAB5;
}
</style>
border-color css
<style>
span { border-color: #26BAB5; }
span { border-color: rgb(38,186,181); }
td.TdClassName
{
border-color: #26BAB5;
}
.TagClassName
{
border-color: #26BAB5;
}
</style>