Html Css Color HEX #35957B Gossamer

📋 copy color: '#35957B'

red 53 ◦ green 149 ◦ blue 123

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

Shades of Gossamer #35957B

Tints of Gossamer #35957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 16.31%
G = 45.85%
B = 37.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#35957B (or 0x35957B) is known color: Gossamer. HEX triplet: 35, 95 and 7B. RGB value is (53,149,123). Sum of RGB (Red+Green+Blue) = 53+149+123=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #35957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35957B is #CA6A84. Grayscale: #757575. Windows color (decimal): -13265541 or 8099125. OLE color: 8099125.

HSL color Cylindrical-coordinate representation of color #35957B: hue angle of 163.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35957B is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 123 -
CMYK 0.64 0 0.17 0.42
HSL 163.75º 0.48% 0.4% -
HSV(B) 163.75º 0.64% 0.58% -
XYZ 15.79 23.68 22.48 -
YUV 117.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 53 149 123 0.64 0 0.17 0.42 163.75 0.48 0.4
Hex 35 95 7B 40 0 11 2A A4 30 28
Octal 65 225 173 100 0 21 52 244 60 50
Binary 110101 10010101 1111011 1000000 0 10001 101010 10100100 110000 101000

Color Harmonies of #35957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35957B

Black with #35957B

Text Example


Text Example

White with #35957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35957B; }

 p { color: rgb(53,149,123); }

 H1.HeaderClassName
 {
   color: #35957B;
 }
 .AnyTagClassName
 {
   color: #35957B;
 }
</style>

background-color css

<style>
 a { background-color: #35957B; }

 a { background-color: rgb(53,149,123); }

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

border-color css

<style>
 span { border-color: #35957B; }

 span { border-color: rgb(53,149,123); }

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