Html Css Color HEX #35AD70 Medium Sea Green

📋 copy color: '#35AD70'

red 53 ◦ green 173 ◦ blue 112

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

Shades of Medium Sea Green #35AD70

Tints of Medium Sea Green #35AD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.18%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 15.68%
G = 51.18%
B = 33.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#35AD70 (or 0x35AD70) is known color: Medium Sea Green. HEX triplet: 35, AD and 70. RGB value is (53,173,112). Sum of RGB (Red+Green+Blue) = 53+173+112=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD70 is #CA528F. Grayscale: #828282. Windows color (decimal): -13259408 or 7384373. OLE color: 7384373.

HSL color Cylindrical-coordinate representation of color #35AD70: hue angle of 149.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD70 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 173 112 -
CMYK 0.69 0 0.35 0.32
HSL 149.5º 0.53% 0.44% -
HSV(B) 149.5º 0.69% 0.68% -
XYZ 19.34 31.81 20.45 -
YUV 130.17 117.74 72.96 -
System Red Green Blue C M Y K H S L
Decimal 53 173 112 0.69 0 0.35 0.32 149.5 0.53 0.44
Hex 35 AD 70 45 0 23 20 96 35 2C
Octal 65 255 160 105 0 43 40 226 65 54
Binary 110101 10101101 1110000 1000101 0 100011 100000 10010110 110101 101100

Color Harmonies of #35AD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD70

Black with #35AD70

Text Example


Text Example

White with #35AD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,112); }

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

background-color css

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

 a { background-color: rgb(53,173,112); }

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

border-color css

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

 span { border-color: rgb(53,173,112); }

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