Shades of Medium Sea Green #26B96A
Tints of Medium Sea Green #26B96A
RGB
CMYK
RGB Variations
Color information
#26B96A (or 0x26B96A) is known color: Medium Sea Green. HEX triplet: 26, B9 and 6A. RGB value is (38,185,106). Sum of RGB (Red+Green+Blue) = 38+185+106=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #26B96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26B96A is #D94695. Grayscale: #848484. Windows color (decimal): -14239382 or 6994214. OLE color: 6994214.
HSL color Cylindrical-coordinate representation of color #26B96A: hue angle of 147.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B96A is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 185 | 106 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.27 |
| HSL | 147.76º | 0.66% | 0.44% | - |
| HSV(B) | 147.76º | 0.79% | 0.73% | - |
| XYZ | 20.75 | 36.15 | 19.52 | - |
| YUV | 132.04 | 113.3 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 185 | 106 | 0.79 | 0 | 0.43 | 0.27 | 147.76 | 0.66 | 0.44 |
| Hex | 26 | B9 | 6A | 4F | 0 | 2B | 1B | 94 | 42 | 2C |
| Octal | 46 | 271 | 152 | 117 | 0 | 53 | 33 | 224 | 102 | 54 |
| Binary | 100110 | 10111001 | 1101010 | 1001111 | 0 | 101011 | 11011 | 10010100 | 1000010 | 101100 |
Color Harmonies of #26B96A
Complementary color
Monochromatic Colors of #26B96A
Black with #26B96A
Text Example
Text Example
White with #26B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B96A; }
p { color: rgb(38,185,106); }
H1.HeaderClassName
{
color: #26B96A;
}
.AnyTagClassName
{
color: #26B96A;
}
</style>
background-color css
<style>
a { background-color: #26B96A; }
a { background-color: rgb(38,185,106); }
div.DivClassName
{
background-color: #26B96A;
}
.BgClassName
{
background-color: #26B96A;
}
</style>
border-color css
<style>
span { border-color: #26B96A; }
span { border-color: rgb(38,185,106); }
td.TdClassName
{
border-color: #26B96A;
}
.TagClassName
{
border-color: #26B96A;
}
</style>