Html Css Color HEX #439980 Gossamer

📋 copy color: '#439980'

red 67 ◦ green 153 ◦ blue 128

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

Shades of Gossamer #439980

Tints of Gossamer #439980

RGB

 RED value IS 67 (26.56% from 255) = 19.25%

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

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

R = 19.25%
G = 43.97%
B = 36.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#439980 (or 0x439980) is known color: Gossamer. HEX triplet: 43, 99 and 80. RGB value is (67,153,128). Sum of RGB (Red+Green+Blue) = 67+153+128=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #439980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439980 is #BC667F. Grayscale: #7C7C7C. Windows color (decimal): -12347008 or 8427843. OLE color: 8427843.

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

Color convert

RGB 67 153 128 -
CMYK 0.56 0 0.16 0.4
HSL 162.56º 0.39% 0.43% -
HSV(B) 162.56º 0.56% 0.6% -
XYZ 17.6 25.53 24.42 -
YUV 124.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 67 153 128 0.56 0 0.16 0.4 162.56 0.39 0.43
Hex 43 99 80 38 0 10 28 A3 27 2B
Octal 103 231 200 70 0 20 50 243 47 53
Binary 1000011 10011001 10000000 111000 0 10000 101000 10100011 100111 101011

Color Harmonies of #439980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439980

Black with #439980

Text Example


Text Example

White with #439980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439980; }

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

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

background-color css

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

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

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

border-color css

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

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

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