Html Css Color HEX #359A7C Gossamer

📋 copy color: '#359A7C'

red 53 ◦ green 154 ◦ blue 124

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

Shades of Gossamer #359A7C

Tints of Gossamer #359A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.53%

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

R = 16.01%
G = 46.53%
B = 37.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#359A7C (or 0x359A7C) is known color: Gossamer. HEX triplet: 35, 9A and 7C. RGB value is (53,154,124). Sum of RGB (Red+Green+Blue) = 53+154+124=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 154 - color contains mainly: green. Hex color #359A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A7C is #CA6583. Grayscale: #787878. Windows color (decimal): -13264260 or 8165941. OLE color: 8165941.

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

Color convert

RGB 53 154 124 -
CMYK 0.66 0 0.19 0.40
HSL 162.18º 0.49% 0.41% -
HSV(B) 162.18º 0.66% 0.6% -
XYZ 16.66 25.32 23.08 -
YUV 120.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 53 154 124 0.66 0 0.19 0.40 162.18 0.49 0.41
Hex 35 9A 7C 42 0 13 28 A2 31 29
Octal 65 232 174 102 0 23 50 242 61 51
Binary 110101 10011010 1111100 1000010 0 10011 101000 10100010 110001 101001

Color Harmonies of #359A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A7C

Black with #359A7C

Text Example


Text Example

White with #359A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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