Html Css Color HEX #369980 Gossamer

📋 copy color: '#369980'

red 54 ◦ green 153 ◦ blue 128

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

Shades of Gossamer #369980

Tints of Gossamer #369980

RGB

 RED value IS 54 (21.48% from 255) = 16.12%

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

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 16.12%
G = 45.67%
B = 38.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#369980 (or 0x369980) is known color: Gossamer. HEX triplet: 36, 99 and 80. RGB value is (54,153,128). Sum of RGB (Red+Green+Blue) = 54+153+128=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #369980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369980 is #C9667F. Grayscale: #787878. Windows color (decimal): -13198976 or 8427830. OLE color: 8427830.

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

Color convert

RGB 54 153 128 -
CMYK 0.65 0 0.16 0.4
HSL 164.85º 0.48% 0.41% -
HSV(B) 164.85º 0.65% 0.6% -
XYZ 16.81 25.13 24.39 -
YUV 120.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 54 153 128 0.65 0 0.16 0.4 164.85 0.48 0.41
Hex 36 99 80 41 0 10 28 A5 30 29
Octal 66 231 200 101 0 20 50 245 60 51
Binary 110110 10011001 10000000 1000001 0 10000 101000 10100101 110000 101001

Color Harmonies of #369980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369980

Black with #369980

Text Example


Text Example

White with #369980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369980; }

 p { color: rgb(54,153,128); }

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

background-color css

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

 a { background-color: rgb(54,153,128); }

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

border-color css

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

 span { border-color: rgb(54,153,128); }

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