Shades of Light Sea Green #26B5A8
Tints of Light Sea Green #26B5A8
RGB
CMYK
RGB Variations
Color information
#26B5A8 (or 0x26B5A8) is known color: Light Sea Green. HEX triplet: 26, B5 and A8. RGB value is (38,181,168). Sum of RGB (Red+Green+Blue) = 38+181+168=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #26B5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B5A8 is #D94A57. Grayscale: #888888. Windows color (decimal): -14240344 or 11056422. OLE color: 11056422.
HSL color Cylindrical-coordinate representation of color #26B5A8: hue angle of 174.55º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B5A8 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 181 | 168 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.29 |
| HSL | 174.55º | 0.65% | 0.43% | - |
| HSV(B) | 174.55º | 0.79% | 0.71% | - |
| XYZ | 24.39 | 36.29 | 42.76 | - |
| YUV | 136.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 181 | 168 | 0.79 | 0 | 0.07 | 0.29 | 174.55 | 0.65 | 0.43 |
| Hex | 26 | B5 | A8 | 4F | 0 | 7 | 1D | AF | 41 | 2B |
| Octal | 46 | 265 | 250 | 117 | 0 | 7 | 35 | 257 | 101 | 53 |
| Binary | 100110 | 10110101 | 10101000 | 1001111 | 0 | 111 | 11101 | 10101111 | 1000001 | 101011 |
Color Harmonies of #26B5A8
Complementary color
Monochromatic Colors of #26B5A8
Black with #26B5A8
Text Example
Text Example
White with #26B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B5A8; }
p { color: rgb(38,181,168); }
H1.HeaderClassName
{
color: #26B5A8;
}
.AnyTagClassName
{
color: #26B5A8;
}
</style>
background-color css
<style>
a { background-color: #26B5A8; }
a { background-color: rgb(38,181,168); }
div.DivClassName
{
background-color: #26B5A8;
}
.BgClassName
{
background-color: #26B5A8;
}
</style>
border-color css
<style>
span { border-color: #26B5A8; }
span { border-color: rgb(38,181,168); }
td.TdClassName
{
border-color: #26B5A8;
}
.TagClassName
{
border-color: #26B5A8;
}
</style>