Shades of Sea Green #35825E
Tints of Sea Green #35825E
RGB
CMYK
RGB Variations
Color information
#35825E (or 0x35825E) is known color: Sea Green. HEX triplet: 35, 82 and 5E. RGB value is (53,130,94). Sum of RGB (Red+Green+Blue) = 53+130+94=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #35825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35825E is #CA7DA1. Grayscale: #666666. Windows color (decimal): -13270434 or 6193717. OLE color: 6193717.
HSL color Cylindrical-coordinate representation of color #35825E: hue angle of 151.95º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35825E is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 94 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.49 |
| HSL | 151.95º | 0.42% | 0.36% | - |
| HSV(B) | 151.95º | 0.59% | 0.51% | - |
| XYZ | 11.47 | 17.53 | 13.37 | - |
| YUV | 102.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 94 | 0.59 | 0 | 0.28 | 0.49 | 151.95 | 0.42 | 0.36 |
| Hex | 35 | 82 | 5E | 3B | 0 | 1C | 31 | 98 | 2A | 24 |
| Octal | 65 | 202 | 136 | 73 | 0 | 34 | 61 | 230 | 52 | 44 |
| Binary | 110101 | 10000010 | 1011110 | 111011 | 0 | 11100 | 110001 | 10011000 | 101010 | 100100 |
Color Harmonies of #35825E
Complementary color
Monochromatic Colors of #35825E
Black with #35825E
Text Example
Text Example
White with #35825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35825E; }
p { color: rgb(53,130,94); }
H1.HeaderClassName
{
color: #35825E;
}
.AnyTagClassName
{
color: #35825E;
}
</style>
background-color css
<style>
a { background-color: #35825E; }
a { background-color: rgb(53,130,94); }
div.DivClassName
{
background-color: #35825E;
}
.BgClassName
{
background-color: #35825E;
}
</style>
border-color css
<style>
span { border-color: #35825E; }
span { border-color: rgb(53,130,94); }
td.TdClassName
{
border-color: #35825E;
}
.TagClassName
{
border-color: #35825E;
}
</style>