Html Css Color HEX #35987F Gossamer

📋 copy color: '#35987F'

red 53 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #35987F

Tints of Gossamer #35987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

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

R = 15.96%
G = 45.78%
B = 38.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#35987F (or 0x35987F) is known color: Gossamer. HEX triplet: 35, 98 and 7F. RGB value is (53,152,127). Sum of RGB (Red+Green+Blue) = 53+152+127=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #35987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35987F is #CA6780. Grayscale: #777777. Windows color (decimal): -13264769 or 8362037. OLE color: 8362037.

HSL color Cylindrical-coordinate representation of color #35987F: hue angle of 164.85º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35987F is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 127 -
CMYK 0.65 0 0.16 0.40
HSL 164.85º 0.48% 0.4% -
HSV(B) 164.85º 0.65% 0.6% -
XYZ 16.53 24.75 23.98 -
YUV 119.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 53 152 127 0.65 0 0.16 0.40 164.85 0.48 0.4
Hex 35 98 7F 41 0 10 28 A5 30 28
Octal 65 230 177 101 0 20 50 245 60 50
Binary 110101 10011000 1111111 1000001 0 10000 101000 10100101 110000 101000

Color Harmonies of #35987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35987F

Black with #35987F

Text Example


Text Example

White with #35987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35987F; }

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

 H1.HeaderClassName
 {
   color: #35987F;
 }
 .AnyTagClassName
 {
   color: #35987F;
 }
</style>

background-color css

<style>
 a { background-color: #35987F; }

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

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

border-color css

<style>
 span { border-color: #35987F; }

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

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