Html Css Color HEX #35A574 Medium Sea Green

📋 copy color: '#35A574'

red 53 ◦ green 165 ◦ blue 116

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

Shades of Medium Sea Green #35A574

Tints of Medium Sea Green #35A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 49.4%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 15.87%
G = 49.4%
B = 34.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#35A574 (or 0x35A574) is known color: Medium Sea Green. HEX triplet: 35, A5 and 74. RGB value is (53,165,116). Sum of RGB (Red+Green+Blue) = 53+165+116=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #35A574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A574 is #CA5A8B. Grayscale: #7E7E7E. Windows color (decimal): -13261452 or 7644469. OLE color: 7644469.

HSL color Cylindrical-coordinate representation of color #35A574: hue angle of 153.75º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A574 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 165 116 -
CMYK 0.68 0 0.30 0.35
HSL 153.75º 0.51% 0.43% -
HSV(B) 153.75º 0.68% 0.65% -
XYZ 18.08 28.93 21.15 -
YUV 125.93 122.39 75.98 -
System Red Green Blue C M Y K H S L
Decimal 53 165 116 0.68 0 0.30 0.35 153.75 0.51 0.43
Hex 35 A5 74 44 0 1E 23 9A 33 2B
Octal 65 245 164 104 0 36 43 232 63 53
Binary 110101 10100101 1110100 1000100 0 11110 100011 10011010 110011 101011

Color Harmonies of #35A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A574

Black with #35A574

Text Example


Text Example

White with #35A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A574; }

 p { color: rgb(53,165,116); }

 H1.HeaderClassName
 {
   color: #35A574;
 }
 .AnyTagClassName
 {
   color: #35A574;
 }
</style>

background-color css

<style>
 a { background-color: #35A574; }

 a { background-color: rgb(53,165,116); }

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

border-color css

<style>
 span { border-color: #35A574; }

 span { border-color: rgb(53,165,116); }

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