Shades of Medium Sea Green #26BD74
Tints of Medium Sea Green #26BD74
RGB
CMYK
RGB Variations
Color information
#26BD74 (or 0x26BD74) is known color: Medium Sea Green. HEX triplet: 26, BD and 74. RGB value is (38,189,116). Sum of RGB (Red+Green+Blue) = 38+189+116=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BD74 is #D9428B. Grayscale: #878787. Windows color (decimal): -14238348 or 7650598. OLE color: 7650598.
HSL color Cylindrical-coordinate representation of color #26BD74: hue angle of 150.99º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD74 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 116 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.26 |
| HSL | 150.99º | 0.67% | 0.45% | - |
| HSV(B) | 150.99º | 0.8% | 0.74% | - |
| XYZ | 22.15 | 38.07 | 22.7 | - |
| YUV | 135.53 | 116.97 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 116 | 0.80 | 0 | 0.39 | 0.26 | 150.99 | 0.67 | 0.45 |
| Hex | 26 | BD | 74 | 50 | 0 | 27 | 1A | 97 | 43 | 2D |
| Octal | 46 | 275 | 164 | 120 | 0 | 47 | 32 | 227 | 103 | 55 |
| Binary | 100110 | 10111101 | 1110100 | 1010000 | 0 | 100111 | 11010 | 10010111 | 1000011 | 101101 |
Color Harmonies of #26BD74
Complementary color
Monochromatic Colors of #26BD74
Black with #26BD74
Text Example
Text Example
White with #26BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD74; }
p { color: rgb(38,189,116); }
H1.HeaderClassName
{
color: #26BD74;
}
.AnyTagClassName
{
color: #26BD74;
}
</style>
background-color css
<style>
a { background-color: #26BD74; }
a { background-color: rgb(38,189,116); }
div.DivClassName
{
background-color: #26BD74;
}
.BgClassName
{
background-color: #26BD74;
}
</style>
border-color css
<style>
span { border-color: #26BD74; }
span { border-color: rgb(38,189,116); }
td.TdClassName
{
border-color: #26BD74;
}
.TagClassName
{
border-color: #26BD74;
}
</style>