Html Css Color HEX #359B7E Gossamer

📋 copy color: '#359B7E'

red 53 ◦ green 155 ◦ blue 126

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

Shades of Gossamer #359B7E

Tints of Gossamer #359B7E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.41%

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

R = 15.87%
G = 46.41%
B = 37.72%

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

#359B7E (or 0x359B7E) is known color: Gossamer. HEX triplet: 35, 9B and 7E. RGB value is (53,155,126). Sum of RGB (Red+Green+Blue) = 53+155+126=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #359B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B7E is #CA6481. Grayscale: #797979. Windows color (decimal): -13264002 or 8297269. OLE color: 8297269.

HSL color Cylindrical-coordinate representation of color #359B7E: hue angle of 162.94º 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 #359B7E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 155 126 -
CMYK 0.66 0 0.19 0.39
HSL 162.94º 0.49% 0.41% -
HSV(B) 162.94º 0.66% 0.61% -
XYZ 16.96 25.71 23.81 -
YUV 121.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 53 155 126 0.66 0 0.19 0.39 162.94 0.49 0.41
Hex 35 9B 7E 42 0 13 27 A3 31 29
Octal 65 233 176 102 0 23 47 243 61 51
Binary 110101 10011011 1111110 1000010 0 10011 100111 10100011 110001 101001

Color Harmonies of #359B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B7E

Black with #359B7E

Text Example


Text Example

White with #359B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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