Shades of Sea Green #26935A
Tints of Sea Green #26935A
RGB
CMYK
RGB Variations
Color information
#26935A (or 0x26935A) is known color: Sea Green. HEX triplet: 26, 93 and 5A. RGB value is (38,147,90). Sum of RGB (Red+Green+Blue) = 38+147+90=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #26935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26935A is #D96CA5. Grayscale: #6C6C6C. Windows color (decimal): -14249126 or 5935910. OLE color: 5935910.
HSL color Cylindrical-coordinate representation of color #26935A: hue angle of 148.62º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26935A is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 90 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.42 |
| HSL | 148.62º | 0.59% | 0.36% | - |
| HSV(B) | 148.62º | 0.74% | 0.58% | - |
| XYZ | 13.08 | 22.02 | 13.23 | - |
| YUV | 107.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 90 | 0.74 | 0 | 0.39 | 0.42 | 148.62 | 0.59 | 0.36 |
| Hex | 26 | 93 | 5A | 4A | 0 | 27 | 2A | 95 | 3B | 24 |
| Octal | 46 | 223 | 132 | 112 | 0 | 47 | 52 | 225 | 73 | 44 |
| Binary | 100110 | 10010011 | 1011010 | 1001010 | 0 | 100111 | 101010 | 10010101 | 111011 | 100100 |
Color Harmonies of #26935A
Complementary color
Monochromatic Colors of #26935A
Black with #26935A
Text Example
Text Example
White with #26935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26935A; }
p { color: rgb(38,147,90); }
H1.HeaderClassName
{
color: #26935A;
}
.AnyTagClassName
{
color: #26935A;
}
</style>
background-color css
<style>
a { background-color: #26935A; }
a { background-color: rgb(38,147,90); }
div.DivClassName
{
background-color: #26935A;
}
.BgClassName
{
background-color: #26935A;
}
</style>
border-color css
<style>
span { border-color: #26935A; }
span { border-color: rgb(38,147,90); }
td.TdClassName
{
border-color: #26935A;
}
.TagClassName
{
border-color: #26935A;
}
</style>