Html Css Color HEX #35A286 Gossamer

📋 copy color: '#35A286'

red 53 ◦ green 162 ◦ blue 134

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

Shades of Gossamer #35A286

Tints of Gossamer #35A286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 15.19%
G = 46.42%
B = 38.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#35A286 (or 0x35A286) is known color: Gossamer. HEX triplet: 35, A2 and 86. RGB value is (53,162,134). Sum of RGB (Red+Green+Blue) = 53+162+134=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #35A286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A286 is #CA5D79. Grayscale: #7E7E7E. Windows color (decimal): -13262202 or 8823349. OLE color: 8823349.

HSL color Cylindrical-coordinate representation of color #35A286: hue angle of 164.59º 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 #35A286 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 162 134 -
CMYK 0.67 0 0.17 0.36
HSL 164.59º 0.51% 0.42% -
HSV(B) 164.59º 0.67% 0.64% -
XYZ 18.69 28.32 27.04 -
YUV 126.22 132.39 75.78 -
System Red Green Blue C M Y K H S L
Decimal 53 162 134 0.67 0 0.17 0.36 164.59 0.51 0.42
Hex 35 A2 86 43 0 11 24 A5 33 2A
Octal 65 242 206 103 0 21 44 245 63 52
Binary 110101 10100010 10000110 1000011 0 10001 100100 10100101 110011 101010

Color Harmonies of #35A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A286

Black with #35A286

Text Example


Text Example

White with #35A286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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