Html Css Color HEX #35A685 Gossamer

📋 copy color: '#35A685'

red 53 ◦ green 166 ◦ blue 133

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

Shades of Gossamer #35A685

Tints of Gossamer #35A685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 15.06%
G = 47.16%
B = 37.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#35A685 (or 0x35A685) is known color: Gossamer. HEX triplet: 35, A6 and 85. RGB value is (53,166,133). Sum of RGB (Red+Green+Blue) = 53+166+133=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #35A685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A685 is #CA597A. Grayscale: #808080. Windows color (decimal): -13261179 or 8758837. OLE color: 8758837.

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

Color convert

RGB 53 166 133 -
CMYK 0.68 0 0.20 0.35
HSL 162.48º 0.52% 0.43% -
HSV(B) 162.48º 0.68% 0.65% -
XYZ 19.34 29.72 26.91 -
YUV 128.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 53 166 133 0.68 0 0.20 0.35 162.48 0.52 0.43
Hex 35 A6 85 44 0 14 23 A2 34 2B
Octal 65 246 205 104 0 24 43 242 64 53
Binary 110101 10100110 10000101 1000100 0 10100 100011 10100010 110100 101011

Color Harmonies of #35A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A685

Black with #35A685

Text Example


Text Example

White with #35A685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,166,133); }

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

background-color css

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

 a { background-color: rgb(53,166,133); }

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

border-color css

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

 span { border-color: rgb(53,166,133); }

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