Html Css Color HEX #359986 Gossamer

📋 copy color: '#359986'

red 53 ◦ green 153 ◦ blue 134

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

Shades of Gossamer #359986

Tints of Gossamer #359986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 15.59%
G = 45%
B = 39.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#359986 (or 0x359986) is known color: Gossamer. HEX triplet: 35, 99 and 86. RGB value is (53,153,134). Sum of RGB (Red+Green+Blue) = 53+153+134=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #359986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359986 is #CA6679. Grayscale: #787878. Windows color (decimal): -13264506 or 8821045. OLE color: 8821045.

HSL color Cylindrical-coordinate representation of color #359986: hue angle of 168.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359986 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 134 -
CMYK 0.65 0 0.12 0.4
HSL 168.6º 0.49% 0.4% -
HSV(B) 168.6º 0.65% 0.6% -
XYZ 17.16 25.26 26.53 -
YUV 120.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 53 153 134 0.65 0 0.12 0.4 168.6 0.49 0.4
Hex 35 99 86 41 0 C 28 A9 31 28
Octal 65 231 206 101 0 14 50 251 61 50
Binary 110101 10011001 10000110 1000001 0 1100 101000 10101001 110001 101000

Color Harmonies of #359986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359986

Black with #359986

Text Example


Text Example

White with #359986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359986; }

 p { color: rgb(53,153,134); }

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

background-color css

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

 a { background-color: rgb(53,153,134); }

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

border-color css

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

 span { border-color: rgb(53,153,134); }

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