Html Css Color HEX #35AF7A Medium Sea Green

📋 copy color: '#35AF7A'

red 53 ◦ green 175 ◦ blue 122

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

Shades of Medium Sea Green #35AF7A

Tints of Medium Sea Green #35AF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 15.14%
G = 50%
B = 34.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#35AF7A (or 0x35AF7A) is known color: Medium Sea Green. HEX triplet: 35, AF and 7A. RGB value is (53,175,122). Sum of RGB (Red+Green+Blue) = 53+175+122=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF7A is #CA5085. Grayscale: #848484. Windows color (decimal): -13258886 or 8040245. OLE color: 8040245.

HSL color Cylindrical-coordinate representation of color #35AF7A: hue angle of 153.93º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF7A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 175 122 -
CMYK 0.70 0 0.30 0.31
HSL 153.93º 0.54% 0.45% -
HSV(B) 153.93º 0.7% 0.69% -
XYZ 20.31 32.82 23.68 -
YUV 132.48 122.08 71.31 -
System Red Green Blue C M Y K H S L
Decimal 53 175 122 0.70 0 0.30 0.31 153.93 0.54 0.45
Hex 35 AF 7A 46 0 1E 1F 9A 36 2D
Octal 65 257 172 106 0 36 37 232 66 55
Binary 110101 10101111 1111010 1000110 0 11110 11111 10011010 110110 101101

Color Harmonies of #35AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AF7A

Black with #35AF7A

Text Example


Text Example

White with #35AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,175,122); }

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

background-color css

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

 a { background-color: rgb(53,175,122); }

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

border-color css

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

 span { border-color: rgb(53,175,122); }

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