Shades of Sea Green #26A14C
Tints of Sea Green #26A14C
RGB
CMYK
RGB Variations
Color information
#26A14C (or 0x26A14C) is known color: Sea Green. HEX triplet: 26, A1 and 4C. RGB value is (38,161,76). Sum of RGB (Red+Green+Blue) = 38+161+76=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #26A14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26A14C is #D95EB3. Grayscale: #727272. Windows color (decimal): -14245556 or 5021990. OLE color: 5021990.
HSL color Cylindrical-coordinate representation of color #26A14C: hue angle of 138.54º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A14C is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 161 | 76 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.37 |
| HSL | 138.54º | 0.62% | 0.39% | - |
| HSV(B) | 138.54º | 0.76% | 0.63% | - |
| XYZ | 14.85 | 26.42 | 11.16 | - |
| YUV | 114.53 | 106.25 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 161 | 76 | 0.76 | 0 | 0.53 | 0.37 | 138.54 | 0.62 | 0.39 |
| Hex | 26 | A1 | 4C | 4C | 0 | 35 | 25 | 8B | 3E | 27 |
| Octal | 46 | 241 | 114 | 114 | 0 | 65 | 45 | 213 | 76 | 47 |
| Binary | 100110 | 10100001 | 1001100 | 1001100 | 0 | 110101 | 100101 | 10001011 | 111110 | 100111 |
Color Harmonies of #26A14C
Complementary color
Monochromatic Colors of #26A14C
Black with #26A14C
Text Example
Text Example
White with #26A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A14C; }
p { color: rgb(38,161,76); }
H1.HeaderClassName
{
color: #26A14C;
}
.AnyTagClassName
{
color: #26A14C;
}
</style>
background-color css
<style>
a { background-color: #26A14C; }
a { background-color: rgb(38,161,76); }
div.DivClassName
{
background-color: #26A14C;
}
.BgClassName
{
background-color: #26A14C;
}
</style>
border-color css
<style>
span { border-color: #26A14C; }
span { border-color: rgb(38,161,76); }
td.TdClassName
{
border-color: #26A14C;
}
.TagClassName
{
border-color: #26A14C;
}
</style>