Html Css Color HEX #358E55 Sea Green

📋 copy color: '#358E55'

red 53 ◦ green 142 ◦ blue 85

#358E55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #358E55

Tints of Sea Green #358E55

RGB

 RED value IS 53 (21.09% from 255) = 18.93%

 GREEN value IS 142 (55.86% from 255) = 50.71%

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 18.93%
G = 50.71%
B = 30.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#358E55 (or 0x358E55) is known color: Sea Green. HEX triplet: 35, 8E and 55. RGB value is (53,142,85). Sum of RGB (Red+Green+Blue) = 53+142+85=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #358E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E55 is #CA71AA. Grayscale: #6D6D6D. Windows color (decimal): -13267371 or 5606965. OLE color: 5606965.

HSL color Cylindrical-coordinate representation of color #358E55: hue angle of 141.57º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E55 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 142 85 -
CMYK 0.63 0 0.40 0.44
HSL 141.57º 0.46% 0.38% -
HSV(B) 141.57º 0.63% 0.56% -
XYZ 12.78 20.76 11.93 -
YUV 108.89 114.51 88.13 -
System Red Green Blue C M Y K H S L
Decimal 53 142 85 0.63 0 0.40 0.44 141.57 0.46 0.38
Hex 35 8E 55 3F 0 28 2C 8E 2E 26
Octal 65 216 125 77 0 50 54 216 56 46
Binary 110101 10001110 1010101 111111 0 101000 101100 10001110 101110 100110

Color Harmonies of #358E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358E55

Black with #358E55

Text Example


Text Example

White with #358E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358E55; }

 p { color: rgb(53,142,85); }

 H1.HeaderClassName
 {
   color: #358E55;
 }
 .AnyTagClassName
 {
   color: #358E55;
 }
</style>

background-color css

<style>
 a { background-color: #358E55; }

 a { background-color: rgb(53,142,85); }

 div.DivClassName
 {
   background-color: #358E55;
 }
 .BgClassName
 {
   background-color: #358E55;
 }
</style>

border-color css

<style>
 span { border-color: #358E55; }

 span { border-color: rgb(53,142,85); }

 td.TdClassName
 {
   border-color: #358E55;
 }
 .TagClassName
 {
   border-color: #358E55;
 }
</style>