Shades of Sea Green #26964C
Tints of Sea Green #26964C
RGB
CMYK
RGB Variations
Color information
#26964C (or 0x26964C) is known color: Sea Green. HEX triplet: 26, 96 and 4C. RGB value is (38,150,76). Sum of RGB (Red+Green+Blue) = 38+150+76=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #26964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26964C is #D969B3. Grayscale: #6C6C6C. Windows color (decimal): -14248372 or 5019174. OLE color: 5019174.
HSL color Cylindrical-coordinate representation of color #26964C: hue angle of 140.36º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26964C is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 150 | 76 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.41 |
| HSL | 140.36º | 0.6% | 0.37% | - |
| HSV(B) | 140.36º | 0.75% | 0.59% | - |
| XYZ | 13.01 | 22.75 | 10.54 | - |
| YUV | 108.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 76 | 0.75 | 0 | 0.49 | 0.41 | 140.36 | 0.6 | 0.37 |
| Hex | 26 | 96 | 4C | 4B | 0 | 31 | 29 | 8C | 3C | 25 |
| Octal | 46 | 226 | 114 | 113 | 0 | 61 | 51 | 214 | 74 | 45 |
| Binary | 100110 | 10010110 | 1001100 | 1001011 | 0 | 110001 | 101001 | 10001100 | 111100 | 100101 |
Color Harmonies of #26964C
Complementary color
Monochromatic Colors of #26964C
Black with #26964C
Text Example
Text Example
White with #26964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26964C; }
p { color: rgb(38,150,76); }
H1.HeaderClassName
{
color: #26964C;
}
.AnyTagClassName
{
color: #26964C;
}
</style>
background-color css
<style>
a { background-color: #26964C; }
a { background-color: rgb(38,150,76); }
div.DivClassName
{
background-color: #26964C;
}
.BgClassName
{
background-color: #26964C;
}
</style>
border-color css
<style>
span { border-color: #26964C; }
span { border-color: rgb(38,150,76); }
td.TdClassName
{
border-color: #26964C;
}
.TagClassName
{
border-color: #26964C;
}
</style>