Html Css Color HEX #35A07F Gossamer

📋 copy color: '#35A07F'

red 53 ◦ green 160 ◦ blue 127

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

Shades of Gossamer #35A07F

Tints of Gossamer #35A07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.06%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 15.59%
G = 47.06%
B = 37.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#35A07F (or 0x35A07F) is known color: Gossamer. HEX triplet: 35, A0 and 7F. RGB value is (53,160,127). Sum of RGB (Red+Green+Blue) = 53+160+127=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #35A07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A07F is #CA5F80. Grayscale: #7C7C7C. Windows color (decimal): -13262721 or 8364085. OLE color: 8364085.

HSL color Cylindrical-coordinate representation of color #35A07F: hue angle of 161.5º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A07F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 160 127 -
CMYK 0.67 0 0.21 0.37
HSL 161.5º 0.5% 0.42% -
HSV(B) 161.5º 0.67% 0.63% -
XYZ 17.87 27.43 24.43 -
YUV 124.25 129.55 77.18 -
System Red Green Blue C M Y K H S L
Decimal 53 160 127 0.67 0 0.21 0.37 161.5 0.5 0.42
Hex 35 A0 7F 43 0 15 25 A1 32 2A
Octal 65 240 177 103 0 25 45 241 62 52
Binary 110101 10100000 1111111 1000011 0 10101 100101 10100001 110010 101010

Color Harmonies of #35A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A07F

Black with #35A07F

Text Example


Text Example

White with #35A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,160,127); }

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

background-color css

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

 a { background-color: rgb(53,160,127); }

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

border-color css

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

 span { border-color: rgb(53,160,127); }

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