Shades of Light Sea Green #26AAB0
Tints of Light Sea Green #26AAB0
RGB
CMYK
RGB Variations
Color information
#26AAB0 (or 0x26AAB0) is known color: Light Sea Green. HEX triplet: 26, AA and B0. RGB value is (38,170,176). Sum of RGB (Red+Green+Blue) = 38+170+176=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #26AAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AAB0 is #D9554F. Grayscale: #838383. Windows color (decimal): -14243152 or 11577894. OLE color: 11577894.
HSL color Cylindrical-coordinate representation of color #26AAB0: hue angle of 182.61º 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 #26AAB0 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 170 | 176 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.31 |
| HSL | 182.61º | 0.64% | 0.42% | - |
| HSV(B) | 182.61º | 0.78% | 0.69% | - |
| XYZ | 23.01 | 32.3 | 46.1 | - |
| YUV | 131.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 170 | 176 | 0.78 | 0.03 | 0 | 0.31 | 182.61 | 0.64 | 0.42 |
| Hex | 26 | AA | B0 | 4E | 3 | 0 | 1F | B7 | 40 | 2A |
| Octal | 46 | 252 | 260 | 116 | 3 | 0 | 37 | 267 | 100 | 52 |
| Binary | 100110 | 10101010 | 10110000 | 1001110 | 11 | 0 | 11111 | 10110111 | 1000000 | 101010 |
Color Harmonies of #26AAB0
Complementary color
Monochromatic Colors of #26AAB0
Black with #26AAB0
Text Example
Text Example
White with #26AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AAB0; }
p { color: rgb(38,170,176); }
H1.HeaderClassName
{
color: #26AAB0;
}
.AnyTagClassName
{
color: #26AAB0;
}
</style>
background-color css
<style>
a { background-color: #26AAB0; }
a { background-color: rgb(38,170,176); }
div.DivClassName
{
background-color: #26AAB0;
}
.BgClassName
{
background-color: #26AAB0;
}
</style>
border-color css
<style>
span { border-color: #26AAB0; }
span { border-color: rgb(38,170,176); }
td.TdClassName
{
border-color: #26AAB0;
}
.TagClassName
{
border-color: #26AAB0;
}
</style>