Shades of Sea Green #26805D
Tints of Sea Green #26805D
RGB
CMYK
RGB Variations
Color information
#26805D (or 0x26805D) is known color: Sea Green. HEX triplet: 26, 80 and 5D. RGB value is (38,128,93). Sum of RGB (Red+Green+Blue) = 38+128+93=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #26805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26805D is #D97FA2. Grayscale: #616161. Windows color (decimal): -14253987 or 6127654. OLE color: 6127654.
HSL color Cylindrical-coordinate representation of color #26805D: hue angle of 156.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26805D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 93 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.50 |
| HSL | 156.67º | 0.54% | 0.33% | - |
| HSV(B) | 156.67º | 0.7% | 0.5% | - |
| XYZ | 10.49 | 16.64 | 13.01 | - |
| YUV | 97.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 93 | 0.70 | 0 | 0.27 | 0.50 | 156.67 | 0.54 | 0.33 |
| Hex | 26 | 80 | 5D | 46 | 0 | 1B | 32 | 9D | 36 | 21 |
| Octal | 46 | 200 | 135 | 106 | 0 | 33 | 62 | 235 | 66 | 41 |
| Binary | 100110 | 10000000 | 1011101 | 1000110 | 0 | 11011 | 110010 | 10011101 | 110110 | 100001 |
Color Harmonies of #26805D
Complementary color
Monochromatic Colors of #26805D
Black with #26805D
Text Example
Text Example
White with #26805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26805D; }
p { color: rgb(38,128,93); }
H1.HeaderClassName
{
color: #26805D;
}
.AnyTagClassName
{
color: #26805D;
}
</style>
background-color css
<style>
a { background-color: #26805D; }
a { background-color: rgb(38,128,93); }
div.DivClassName
{
background-color: #26805D;
}
.BgClassName
{
background-color: #26805D;
}
</style>
border-color css
<style>
span { border-color: #26805D; }
span { border-color: rgb(38,128,93); }
td.TdClassName
{
border-color: #26805D;
}
.TagClassName
{
border-color: #26805D;
}
</style>