Html Css Color HEX #35A275 Medium Sea Green

📋 copy color: '#35A275'

red 53 ◦ green 162 ◦ blue 117

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

Shades of Medium Sea Green #35A275

Tints of Medium Sea Green #35A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.8%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 15.96%
G = 48.8%
B = 35.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#35A275 (or 0x35A275) is known color: Medium Sea Green. HEX triplet: 35, A2 and 75. RGB value is (53,162,117). Sum of RGB (Red+Green+Blue) = 53+162+117=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #35A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A275 is #CA5D8A. Grayscale: #7C7C7C. Windows color (decimal): -13262219 or 7709237. OLE color: 7709237.

HSL color Cylindrical-coordinate representation of color #35A275: hue angle of 155.23º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A275 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 162 117 -
CMYK 0.67 0 0.28 0.36
HSL 155.23º 0.51% 0.42% -
HSV(B) 155.23º 0.67% 0.64% -
XYZ 17.6 27.88 21.28 -
YUV 124.28 123.89 77.16 -
System Red Green Blue C M Y K H S L
Decimal 53 162 117 0.67 0 0.28 0.36 155.23 0.51 0.42
Hex 35 A2 75 43 0 1C 24 9B 33 2A
Octal 65 242 165 103 0 34 44 233 63 52
Binary 110101 10100010 1110101 1000011 0 11100 100100 10011011 110011 101010

Color Harmonies of #35A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A275

Black with #35A275

Text Example


Text Example

White with #35A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,162,117); }

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

background-color css

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

 a { background-color: rgb(53,162,117); }

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

border-color css

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

 span { border-color: rgb(53,162,117); }

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