Html Css Color HEX #439B8A Gossamer

📋 copy color: '#439B8A'

red 67 ◦ green 155 ◦ blue 138

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

Shades of Gossamer #439B8A

Tints of Gossamer #439B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 18.61%
G = 43.06%
B = 38.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#439B8A (or 0x439B8A) is known color: Gossamer. HEX triplet: 43, 9B and 8A. RGB value is (67,155,138). Sum of RGB (Red+Green+Blue) = 67+155+138=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #439B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B8A is #BC6475. Grayscale: #7E7E7E. Windows color (decimal): -12346486 or 9083715. OLE color: 9083715.

HSL color Cylindrical-coordinate representation of color #439B8A: hue angle of 168.41º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B8A is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 155 138 -
CMYK 0.57 0 0.11 0.39
HSL 168.41º 0.4% 0.44% -
HSV(B) 168.41º 0.57% 0.61% -
XYZ 18.62 26.47 28.17 -
YUV 126.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 67 155 138 0.57 0 0.11 0.39 168.41 0.4 0.44
Hex 43 9B 8A 39 0 B 27 A8 28 2C
Octal 103 233 212 71 0 13 47 250 50 54
Binary 1000011 10011011 10001010 111001 0 1011 100111 10101000 101000 101100

Color Harmonies of #439B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439B8A

Black with #439B8A

Text Example


Text Example

White with #439B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439B8A; }

 p { color: rgb(67,155,138); }

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

background-color css

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

 a { background-color: rgb(67,155,138); }

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

border-color css

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

 span { border-color: rgb(67,155,138); }

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