Html Css Color HEX #358E7C Gossamer

📋 copy color: '#358E7C'

red 53 ◦ green 142 ◦ blue 124

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

Shades of Gossamer #358E7C

Tints of Gossamer #358E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 16.61%
G = 44.51%
B = 38.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#358E7C (or 0x358E7C) is known color: Gossamer. HEX triplet: 35, 8E and 7C. RGB value is (53,142,124). Sum of RGB (Red+Green+Blue) = 53+142+124=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #358E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E7C is #CA7183. Grayscale: #717171. Windows color (decimal): -13267332 or 8162869. OLE color: 8162869.

HSL color Cylindrical-coordinate representation of color #358E7C: hue angle of 167.87º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E7C is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 142 124 -
CMYK 0.63 0 0.13 0.44
HSL 167.87º 0.46% 0.38% -
HSV(B) 167.87º 0.63% 0.56% -
XYZ 14.78 21.56 22.45 -
YUV 113.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 53 142 124 0.63 0 0.13 0.44 167.87 0.46 0.38
Hex 35 8E 7C 3F 0 D 2C A8 2E 26
Octal 65 216 174 77 0 15 54 250 56 46
Binary 110101 10001110 1111100 111111 0 1101 101100 10101000 101110 100110

Color Harmonies of #358E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358E7C

Black with #358E7C

Text Example


Text Example

White with #358E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358E7C; }

 p { color: rgb(53,142,124); }

 H1.HeaderClassName
 {
   color: #358E7C;
 }
 .AnyTagClassName
 {
   color: #358E7C;
 }
</style>

background-color css

<style>
 a { background-color: #358E7C; }

 a { background-color: rgb(53,142,124); }

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

border-color css

<style>
 span { border-color: #358E7C; }

 span { border-color: rgb(53,142,124); }

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