Html Css Color HEX #359C7A Gossamer

📋 copy color: '#359C7A'

red 53 ◦ green 156 ◦ blue 122

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

Shades of Gossamer #359C7A

Tints of Gossamer #359C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 16.01%
G = 47.13%
B = 36.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#359C7A (or 0x359C7A) is known color: Gossamer. HEX triplet: 35, 9C and 7A. RGB value is (53,156,122). Sum of RGB (Red+Green+Blue) = 53+156+122=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #359C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C7A is #CA6385. Grayscale: #797979. Windows color (decimal): -13263750 or 8035381. OLE color: 8035381.

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

Color convert

RGB 53 156 122 -
CMYK 0.66 0 0.22 0.39
HSL 160.19º 0.49% 0.41% -
HSV(B) 160.19º 0.66% 0.61% -
XYZ 16.87 25.94 22.53 -
YUV 121.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 53 156 122 0.66 0 0.22 0.39 160.19 0.49 0.41
Hex 35 9C 7A 42 0 16 27 A0 31 29
Octal 65 234 172 102 0 26 47 240 61 51
Binary 110101 10011100 1111010 1000010 0 10110 100111 10100000 110001 101001

Color Harmonies of #359C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C7A

Black with #359C7A

Text Example


Text Example

White with #359C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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