Html Css Color HEX #35A57E Gossamer

📋 copy color: '#35A57E'

red 53 ◦ green 165 ◦ blue 126

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

Shades of Gossamer #35A57E

Tints of Gossamer #35A57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 15.41%
G = 47.97%
B = 36.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#35A57E (or 0x35A57E) is known color: Gossamer. HEX triplet: 35, A5 and 7E. RGB value is (53,165,126). Sum of RGB (Red+Green+Blue) = 53+165+126=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #35A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A57E is #CA5A81. Grayscale: #7F7F7F. Windows color (decimal): -13261442 or 8299829. OLE color: 8299829.

HSL color Cylindrical-coordinate representation of color #35A57E: hue angle of 159.11º 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 #35A57E is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 165 126 -
CMYK 0.68 0 0.24 0.35
HSL 159.11º 0.51% 0.43% -
HSV(B) 159.11º 0.68% 0.65% -
XYZ 18.69 29.17 24.38 -
YUV 127.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 53 165 126 0.68 0 0.24 0.35 159.11 0.51 0.43
Hex 35 A5 7E 44 0 18 23 9F 33 2B
Octal 65 245 176 104 0 30 43 237 63 53
Binary 110101 10100101 1111110 1000100 0 11000 100011 10011111 110011 101011

Color Harmonies of #35A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A57E

Black with #35A57E

Text Example


Text Example

White with #35A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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