Shades of Sea Green #35914E
Tints of Sea Green #35914E
RGB
CMYK
RGB Variations
Color information
#35914E (or 0x35914E) is known color: Sea Green. HEX triplet: 35, 91 and 4E. RGB value is (53,145,78). Sum of RGB (Red+Green+Blue) = 53+145+78=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #35914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35914E is #CA6EB1. Grayscale: #6E6E6E. Windows color (decimal): -13266610 or 5148981. OLE color: 5148981.
HSL color Cylindrical-coordinate representation of color #35914E: hue angle of 136.3º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35914E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 145 | 78 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.43 |
| HSL | 136.3º | 0.46% | 0.39% | - |
| HSV(B) | 136.3º | 0.63% | 0.57% | - |
| XYZ | 12.97 | 21.56 | 10.69 | - |
| YUV | 109.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 78 | 0.63 | 0 | 0.46 | 0.43 | 136.3 | 0.46 | 0.39 |
| Hex | 35 | 91 | 4E | 3F | 0 | 2E | 2B | 88 | 2E | 27 |
| Octal | 65 | 221 | 116 | 77 | 0 | 56 | 53 | 210 | 56 | 47 |
| Binary | 110101 | 10010001 | 1001110 | 111111 | 0 | 101110 | 101011 | 10001000 | 101110 | 100111 |
Color Harmonies of #35914E
Complementary color
Monochromatic Colors of #35914E
Black with #35914E
Text Example
Text Example
White with #35914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35914E; }
p { color: rgb(53,145,78); }
H1.HeaderClassName
{
color: #35914E;
}
.AnyTagClassName
{
color: #35914E;
}
</style>
background-color css
<style>
a { background-color: #35914E; }
a { background-color: rgb(53,145,78); }
div.DivClassName
{
background-color: #35914E;
}
.BgClassName
{
background-color: #35914E;
}
</style>
border-color css
<style>
span { border-color: #35914E; }
span { border-color: rgb(53,145,78); }
td.TdClassName
{
border-color: #35914E;
}
.TagClassName
{
border-color: #35914E;
}
</style>