Shades of Light Sea Green #26AEBB
Tints of Light Sea Green #26AEBB
RGB
CMYK
RGB Variations
Color information
#26AEBB (or 0x26AEBB) is known color: Light Sea Green. HEX triplet: 26, AE and BB. RGB value is (38,174,187). Sum of RGB (Red+Green+Blue) = 38+174+187=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #26AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AEBB is #D95144. Grayscale: #868686. Windows color (decimal): -14242117 or 12299814. OLE color: 12299814.
HSL color Cylindrical-coordinate representation of color #26AEBB: hue angle of 185.23º 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 #26AEBB is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 174 | 187 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.27 |
| HSL | 185.23º | 0.66% | 0.44% | - |
| HSV(B) | 185.23º | 0.8% | 0.73% | - |
| XYZ | 24.91 | 34.27 | 52.32 | - |
| YUV | 134.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 174 | 187 | 0.80 | 0.07 | 0 | 0.27 | 185.23 | 0.66 | 0.44 |
| Hex | 26 | AE | BB | 50 | 7 | 0 | 1B | B9 | 42 | 2C |
| Octal | 46 | 256 | 273 | 120 | 7 | 0 | 33 | 271 | 102 | 54 |
| Binary | 100110 | 10101110 | 10111011 | 1010000 | 111 | 0 | 11011 | 10111001 | 1000010 | 101100 |
Color Harmonies of #26AEBB
Complementary color
Monochromatic Colors of #26AEBB
Black with #26AEBB
Text Example
Text Example
White with #26AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AEBB; }
p { color: rgb(38,174,187); }
H1.HeaderClassName
{
color: #26AEBB;
}
.AnyTagClassName
{
color: #26AEBB;
}
</style>
background-color css
<style>
a { background-color: #26AEBB; }
a { background-color: rgb(38,174,187); }
div.DivClassName
{
background-color: #26AEBB;
}
.BgClassName
{
background-color: #26AEBB;
}
</style>
border-color css
<style>
span { border-color: #26AEBB; }
span { border-color: rgb(38,174,187); }
td.TdClassName
{
border-color: #26AEBB;
}
.TagClassName
{
border-color: #26AEBB;
}
</style>