Shades of Light Sea Green #26ABB0
Tints of Light Sea Green #26ABB0
RGB
CMYK
RGB Variations
Color information
#26ABB0 (or 0x26ABB0) is known color: Light Sea Green. HEX triplet: 26, AB and B0. RGB value is (38,171,176). Sum of RGB (Red+Green+Blue) = 38+171+176=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #26ABB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26ABB0 is #D9544F. Grayscale: #838383. Windows color (decimal): -14242896 or 11578150. OLE color: 11578150.
HSL color Cylindrical-coordinate representation of color #26ABB0: hue angle of 182.17º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26ABB0 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 171 | 176 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.31 |
| HSL | 182.17º | 0.64% | 0.42% | - |
| HSV(B) | 182.17º | 0.78% | 0.69% | - |
| XYZ | 23.2 | 32.67 | 46.16 | - |
| YUV | 131.8 | 152.94 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 176 | 0.78 | 0.03 | 0 | 0.31 | 182.17 | 0.64 | 0.42 |
| Hex | 26 | AB | B0 | 4E | 3 | 0 | 1F | B6 | 40 | 2A |
| Octal | 46 | 253 | 260 | 116 | 3 | 0 | 37 | 266 | 100 | 52 |
| Binary | 100110 | 10101011 | 10110000 | 1001110 | 11 | 0 | 11111 | 10110110 | 1000000 | 101010 |
Color Harmonies of #26ABB0
Complementary color
Monochromatic Colors of #26ABB0
Black with #26ABB0
Text Example
Text Example
White with #26ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABB0; }
p { color: rgb(38,171,176); }
H1.HeaderClassName
{
color: #26ABB0;
}
.AnyTagClassName
{
color: #26ABB0;
}
</style>
background-color css
<style>
a { background-color: #26ABB0; }
a { background-color: rgb(38,171,176); }
div.DivClassName
{
background-color: #26ABB0;
}
.BgClassName
{
background-color: #26ABB0;
}
</style>
border-color css
<style>
span { border-color: #26ABB0; }
span { border-color: rgb(38,171,176); }
td.TdClassName
{
border-color: #26ABB0;
}
.TagClassName
{
border-color: #26ABB0;
}
</style>