Shades of Light Sea Green #26B2A0
Tints of Light Sea Green #26B2A0
RGB
CMYK
RGB Variations
Color information
#26B2A0 (or 0x26B2A0) is known color: Light Sea Green. HEX triplet: 26, B2 and A0. RGB value is (38,178,160). Sum of RGB (Red+Green+Blue) = 38+178+160=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #26B2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B2A0 is #D94D5F. Grayscale: #868686. Windows color (decimal): -14241120 or 10531366. OLE color: 10531366.
HSL color Cylindrical-coordinate representation of color #26B2A0: hue angle of 172.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B2A0 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 178 | 160 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.30 |
| HSL | 172.29º | 0.65% | 0.42% | - |
| HSV(B) | 172.29º | 0.79% | 0.7% | - |
| XYZ | 23.06 | 34.79 | 38.76 | - |
| YUV | 134.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 178 | 160 | 0.79 | 0 | 0.10 | 0.30 | 172.29 | 0.65 | 0.42 |
| Hex | 26 | B2 | A0 | 4F | 0 | A | 1E | AC | 41 | 2A |
| Octal | 46 | 262 | 240 | 117 | 0 | 12 | 36 | 254 | 101 | 52 |
| Binary | 100110 | 10110010 | 10100000 | 1001111 | 0 | 1010 | 11110 | 10101100 | 1000001 | 101010 |
Color Harmonies of #26B2A0
Complementary color
Monochromatic Colors of #26B2A0
Black with #26B2A0
Text Example
Text Example
White with #26B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B2A0; }
p { color: rgb(38,178,160); }
H1.HeaderClassName
{
color: #26B2A0;
}
.AnyTagClassName
{
color: #26B2A0;
}
</style>
background-color css
<style>
a { background-color: #26B2A0; }
a { background-color: rgb(38,178,160); }
div.DivClassName
{
background-color: #26B2A0;
}
.BgClassName
{
background-color: #26B2A0;
}
</style>
border-color css
<style>
span { border-color: #26B2A0; }
span { border-color: rgb(38,178,160); }
td.TdClassName
{
border-color: #26B2A0;
}
.TagClassName
{
border-color: #26B2A0;
}
</style>