Shades of Light Sea Green #26BABA
Tints of Light Sea Green #26BABA
RGB
CMYK
RGB Variations
Color information
#26BABA (or 0x26BABA) is known color: Light Sea Green. HEX triplet: 26, BA and BA. RGB value is (38,186,186). Sum of RGB (Red+Green+Blue) = 38+186+186=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #26BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BABA is #D94545. Grayscale: #8D8D8D. Windows color (decimal): -14239046 or 12237350. OLE color: 12237350.
HSL color Cylindrical-coordinate representation of color #26BABA: hue angle of 180º 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 #26BABA is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 186 | - |
| CMYK | 0.80 | 0 | 0 | 0.27 |
| HSL | 180º | 0.66% | 0.44% | - |
| HSV(B) | 180º | 0.8% | 0.73% | - |
| XYZ | 27.22 | 39.08 | 52.56 | - |
| YUV | 141.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 186 | 0.80 | 0 | 0 | 0.27 | 180 | 0.66 | 0.44 |
| Hex | 26 | BA | BA | 50 | 0 | 0 | 1B | B4 | 42 | 2C |
| Octal | 46 | 272 | 272 | 120 | 0 | 0 | 33 | 264 | 102 | 54 |
| Binary | 100110 | 10111010 | 10111010 | 1010000 | 0 | 0 | 11011 | 10110100 | 1000010 | 101100 |
Color Harmonies of #26BABA
Complementary color
Monochromatic Colors of #26BABA
Black with #26BABA
Text Example
Text Example
White with #26BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BABA; }
p { color: rgb(38,186,186); }
H1.HeaderClassName
{
color: #26BABA;
}
.AnyTagClassName
{
color: #26BABA;
}
</style>
background-color css
<style>
a { background-color: #26BABA; }
a { background-color: rgb(38,186,186); }
div.DivClassName
{
background-color: #26BABA;
}
.BgClassName
{
background-color: #26BABA;
}
</style>
border-color css
<style>
span { border-color: #26BABA; }
span { border-color: rgb(38,186,186); }
td.TdClassName
{
border-color: #26BABA;
}
.TagClassName
{
border-color: #26BABA;
}
</style>