Shades of Light Sea Green #26BAB7
Tints of Light Sea Green #26BAB7
RGB
CMYK
RGB Variations
Color information
#26BAB7 (or 0x26BAB7) is known color: Light Sea Green. HEX triplet: 26, BA and B7. RGB value is (38,186,183). Sum of RGB (Red+Green+Blue) = 38+186+183=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #26BAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BAB7 is #D94548. Grayscale: #8D8D8D. Windows color (decimal): -14239049 or 12040742. OLE color: 12040742.
HSL color Cylindrical-coordinate representation of color #26BAB7: hue angle of 178.78º 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 #26BAB7 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 183 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.27 |
| HSL | 178.78º | 0.66% | 0.44% | - |
| HSV(B) | 178.78º | 0.8% | 0.73% | - |
| XYZ | 26.91 | 38.95 | 50.9 | - |
| YUV | 141.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 183 | 0.80 | 0 | 0.02 | 0.27 | 178.78 | 0.66 | 0.44 |
| Hex | 26 | BA | B7 | 50 | 0 | 2 | 1B | B3 | 42 | 2C |
| Octal | 46 | 272 | 267 | 120 | 0 | 2 | 33 | 263 | 102 | 54 |
| Binary | 100110 | 10111010 | 10110111 | 1010000 | 0 | 10 | 11011 | 10110011 | 1000010 | 101100 |
Color Harmonies of #26BAB7
Complementary color
Monochromatic Colors of #26BAB7
Black with #26BAB7
Text Example
Text Example
White with #26BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BAB7; }
p { color: rgb(38,186,183); }
H1.HeaderClassName
{
color: #26BAB7;
}
.AnyTagClassName
{
color: #26BAB7;
}
</style>
background-color css
<style>
a { background-color: #26BAB7; }
a { background-color: rgb(38,186,183); }
div.DivClassName
{
background-color: #26BAB7;
}
.BgClassName
{
background-color: #26BAB7;
}
</style>
border-color css
<style>
span { border-color: #26BAB7; }
span { border-color: rgb(38,186,183); }
td.TdClassName
{
border-color: #26BAB7;
}
.TagClassName
{
border-color: #26BAB7;
}
</style>