Html Css Color HEX #35A490 Gossamer

📋 copy color: '#35A490'

red 53 ◦ green 164 ◦ blue 144

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

Shades of Gossamer #35A490

Tints of Gossamer #35A490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.43%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 14.68%
G = 45.43%
B = 39.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#35A490 (or 0x35A490) is known color: Gossamer. HEX triplet: 35, A4 and 90. RGB value is (53,164,144). Sum of RGB (Red+Green+Blue) = 53+164+144=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #35A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A490 is #CA5B6F. Grayscale: #808080. Windows color (decimal): -13261680 or 9479221. OLE color: 9479221.

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

Color convert

RGB 53 164 144 -
CMYK 0.68 0 0.12 0.36
HSL 169.19º 0.51% 0.43% -
HSV(B) 169.19º 0.68% 0.64% -
XYZ 19.78 29.32 31 -
YUV 128.53 136.73 74.13 -
System Red Green Blue C M Y K H S L
Decimal 53 164 144 0.68 0 0.12 0.36 169.19 0.51 0.43
Hex 35 A4 90 44 0 C 24 A9 33 2B
Octal 65 244 220 104 0 14 44 251 63 53
Binary 110101 10100100 10010000 1000100 0 1100 100100 10101001 110011 101011

Color Harmonies of #35A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A490

Black with #35A490

Text Example


Text Example

White with #35A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,164,144); }

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

background-color css

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

 a { background-color: rgb(53,164,144); }

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

border-color css

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

 span { border-color: rgb(53,164,144); }

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