Shades of Sea Green #268051
Tints of Sea Green #268051
RGB
CMYK
RGB Variations
Color information
#268051 (or 0x268051) is known color: Sea Green. HEX triplet: 26, 80 and 51. RGB value is (38,128,81). Sum of RGB (Red+Green+Blue) = 38+128+81=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #268051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268051 is #D97FAE. Grayscale: #5F5F5F. Windows color (decimal): -14253999 or 5341222. OLE color: 5341222.
HSL color Cylindrical-coordinate representation of color #268051: hue angle of 148.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 #268051 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 81 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.50 |
| HSL | 148.67º | 0.54% | 0.33% | - |
| HSV(B) | 148.67º | 0.7% | 0.5% | - |
| XYZ | 10 | 16.44 | 10.43 | - |
| YUV | 95.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 81 | 0.70 | 0 | 0.37 | 0.50 | 148.67 | 0.54 | 0.33 |
| Hex | 26 | 80 | 51 | 46 | 0 | 25 | 32 | 95 | 36 | 21 |
| Octal | 46 | 200 | 121 | 106 | 0 | 45 | 62 | 225 | 66 | 41 |
| Binary | 100110 | 10000000 | 1010001 | 1000110 | 0 | 100101 | 110010 | 10010101 | 110110 | 100001 |
Color Harmonies of #268051
Complementary color
Monochromatic Colors of #268051
Black with #268051
Text Example
Text Example
White with #268051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268051; }
p { color: rgb(38,128,81); }
H1.HeaderClassName
{
color: #268051;
}
.AnyTagClassName
{
color: #268051;
}
</style>
background-color css
<style>
a { background-color: #268051; }
a { background-color: rgb(38,128,81); }
div.DivClassName
{
background-color: #268051;
}
.BgClassName
{
background-color: #268051;
}
</style>
border-color css
<style>
span { border-color: #268051; }
span { border-color: rgb(38,128,81); }
td.TdClassName
{
border-color: #268051;
}
.TagClassName
{
border-color: #268051;
}
</style>