Shades of Light Sea Green #26B0A0
Tints of Light Sea Green #26B0A0
RGB
CMYK
RGB Variations
Color information
#26B0A0 (or 0x26B0A0) is known color: Light Sea Green. HEX triplet: 26, B0 and A0. RGB value is (38,176,160). Sum of RGB (Red+Green+Blue) = 38+176+160=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #26B0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B0A0 is #D94F5F. Grayscale: #848484. Windows color (decimal): -14241632 or 10530854. OLE color: 10530854.
HSL color Cylindrical-coordinate representation of color #26B0A0: hue angle of 173.04º 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 #26B0A0 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 176 | 160 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.31 |
| HSL | 173.04º | 0.64% | 0.42% | - |
| HSV(B) | 173.04º | 0.78% | 0.69% | - |
| XYZ | 22.67 | 34 | 38.63 | - |
| YUV | 132.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 160 | 0.78 | 0 | 0.09 | 0.31 | 173.04 | 0.64 | 0.42 |
| Hex | 26 | B0 | A0 | 4E | 0 | 9 | 1F | AD | 40 | 2A |
| Octal | 46 | 260 | 240 | 116 | 0 | 11 | 37 | 255 | 100 | 52 |
| Binary | 100110 | 10110000 | 10100000 | 1001110 | 0 | 1001 | 11111 | 10101101 | 1000000 | 101010 |
Color Harmonies of #26B0A0
Complementary color
Monochromatic Colors of #26B0A0
Black with #26B0A0
Text Example
Text Example
White with #26B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B0A0; }
p { color: rgb(38,176,160); }
H1.HeaderClassName
{
color: #26B0A0;
}
.AnyTagClassName
{
color: #26B0A0;
}
</style>
background-color css
<style>
a { background-color: #26B0A0; }
a { background-color: rgb(38,176,160); }
div.DivClassName
{
background-color: #26B0A0;
}
.BgClassName
{
background-color: #26B0A0;
}
</style>
border-color css
<style>
span { border-color: #26B0A0; }
span { border-color: rgb(38,176,160); }
td.TdClassName
{
border-color: #26B0A0;
}
.TagClassName
{
border-color: #26B0A0;
}
</style>