Shades of Light Sea Green #26B6A5
Tints of Light Sea Green #26B6A5
RGB
CMYK
RGB Variations
Color information
#26B6A5 (or 0x26B6A5) is known color: Light Sea Green. HEX triplet: 26, B6 and A5. RGB value is (38,182,165). Sum of RGB (Red+Green+Blue) = 38+182+165=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #26B6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B6A5 is #D9495A. Grayscale: #888888. Windows color (decimal): -14240091 or 10860070. OLE color: 10860070.
HSL color Cylindrical-coordinate representation of color #26B6A5: hue angle of 172.92º 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 #26B6A5 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 182 | 165 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.29 |
| HSL | 172.92º | 0.65% | 0.43% | - |
| HSV(B) | 172.92º | 0.79% | 0.71% | - |
| XYZ | 24.32 | 36.58 | 41.38 | - |
| YUV | 137.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 182 | 165 | 0.79 | 0 | 0.09 | 0.29 | 172.92 | 0.65 | 0.43 |
| Hex | 26 | B6 | A5 | 4F | 0 | 9 | 1D | AD | 41 | 2B |
| Octal | 46 | 266 | 245 | 117 | 0 | 11 | 35 | 255 | 101 | 53 |
| Binary | 100110 | 10110110 | 10100101 | 1001111 | 0 | 1001 | 11101 | 10101101 | 1000001 | 101011 |
Color Harmonies of #26B6A5
Complementary color
Monochromatic Colors of #26B6A5
Black with #26B6A5
Text Example
Text Example
White with #26B6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B6A5; }
p { color: rgb(38,182,165); }
H1.HeaderClassName
{
color: #26B6A5;
}
.AnyTagClassName
{
color: #26B6A5;
}
</style>
background-color css
<style>
a { background-color: #26B6A5; }
a { background-color: rgb(38,182,165); }
div.DivClassName
{
background-color: #26B6A5;
}
.BgClassName
{
background-color: #26B6A5;
}
</style>
border-color css
<style>
span { border-color: #26B6A5; }
span { border-color: rgb(38,182,165); }
td.TdClassName
{
border-color: #26B6A5;
}
.TagClassName
{
border-color: #26B6A5;
}
</style>