Html Css Color HEX #359C7E Gossamer

📋 copy color: '#359C7E'

red 53 ◦ green 156 ◦ blue 126

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

Shades of Gossamer #359C7E

Tints of Gossamer #359C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.57%

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 15.82%
G = 46.57%
B = 37.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#359C7E (or 0x359C7E) is known color: Gossamer. HEX triplet: 35, 9C and 7E. RGB value is (53,156,126). Sum of RGB (Red+Green+Blue) = 53+156+126=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #359C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C7E is #CA6381. Grayscale: #797979. Windows color (decimal): -13263746 or 8297525. OLE color: 8297525.

HSL color Cylindrical-coordinate representation of color #359C7E: hue angle of 162.52º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C7E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 126 -
CMYK 0.66 0 0.19 0.39
HSL 162.52º 0.49% 0.41% -
HSV(B) 162.52º 0.66% 0.61% -
XYZ 17.12 26.04 23.86 -
YUV 121.78 130.38 78.94 -
System Red Green Blue C M Y K H S L
Decimal 53 156 126 0.66 0 0.19 0.39 162.52 0.49 0.41
Hex 35 9C 7E 42 0 13 27 A3 31 29
Octal 65 234 176 102 0 23 47 243 61 51
Binary 110101 10011100 1111110 1000010 0 10011 100111 10100011 110001 101001

Color Harmonies of #359C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C7E

Black with #359C7E

Text Example


Text Example

White with #359C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359C7E; }

 p { color: rgb(53,156,126); }

 H1.HeaderClassName
 {
   color: #359C7E;
 }
 .AnyTagClassName
 {
   color: #359C7E;
 }
</style>

background-color css

<style>
 a { background-color: #359C7E; }

 a { background-color: rgb(53,156,126); }

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

border-color css

<style>
 span { border-color: #359C7E; }

 span { border-color: rgb(53,156,126); }

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