Shades of Light Sea Green #26BAB0
Tints of Light Sea Green #26BAB0
RGB
CMYK
RGB Variations
Color information
#26BAB0 (or 0x26BAB0) is known color: Light Sea Green. HEX triplet: 26, BA and B0. RGB value is (38,186,176). Sum of RGB (Red+Green+Blue) = 38+186+176=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #26BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BAB0 is #D9454F. Grayscale: #8C8C8C. Windows color (decimal): -14239056 or 11581990. OLE color: 11581990.
HSL color Cylindrical-coordinate representation of color #26BAB0: hue angle of 175.95º 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 #26BAB0 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 176 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.27 |
| HSL | 175.95º | 0.66% | 0.44% | - |
| HSV(B) | 175.95º | 0.8% | 0.73% | - |
| XYZ | 26.19 | 38.66 | 47.16 | - |
| YUV | 140.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 176 | 0.80 | 0 | 0.05 | 0.27 | 175.95 | 0.66 | 0.44 |
| Hex | 26 | BA | B0 | 50 | 0 | 5 | 1B | B0 | 42 | 2C |
| Octal | 46 | 272 | 260 | 120 | 0 | 5 | 33 | 260 | 102 | 54 |
| Binary | 100110 | 10111010 | 10110000 | 1010000 | 0 | 101 | 11011 | 10110000 | 1000010 | 101100 |
Color Harmonies of #26BAB0
Complementary color
Monochromatic Colors of #26BAB0
Black with #26BAB0
Text Example
Text Example
White with #26BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BAB0; }
p { color: rgb(38,186,176); }
H1.HeaderClassName
{
color: #26BAB0;
}
.AnyTagClassName
{
color: #26BAB0;
}
</style>
background-color css
<style>
a { background-color: #26BAB0; }
a { background-color: rgb(38,186,176); }
div.DivClassName
{
background-color: #26BAB0;
}
.BgClassName
{
background-color: #26BAB0;
}
</style>
border-color css
<style>
span { border-color: #26BAB0; }
span { border-color: rgb(38,186,176); }
td.TdClassName
{
border-color: #26BAB0;
}
.TagClassName
{
border-color: #26BAB0;
}
</style>