Html Css Color HEX #43A384 Gossamer

📋 copy color: '#43A384'

red 67 ◦ green 163 ◦ blue 132

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

Shades of Gossamer #43A384

Tints of Gossamer #43A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.03%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 18.51%
G = 45.03%
B = 36.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#43A384 (or 0x43A384) is known color: Gossamer. HEX triplet: 43, A3 and 84. RGB value is (67,163,132). Sum of RGB (Red+Green+Blue) = 67+163+132=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #43A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A384 is #BC5C7B. Grayscale: #828282. Windows color (decimal): -12344444 or 8692547. OLE color: 8692547.

HSL color Cylindrical-coordinate representation of color #43A384: hue angle of 160.62º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A384 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 67 163 132 -
CMYK 0.59 0 0.19 0.36
HSL 160.63º 0.42% 0.45% -
HSV(B) 160.63º 0.59% 0.64% -
XYZ 19.58 29.05 26.41 -
YUV 130.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 67 163 132 0.59 0 0.19 0.36 160.63 0.42 0.45
Hex 43 A3 84 3B 0 13 24 A1 2A 2D
Octal 103 243 204 73 0 23 44 241 52 55
Binary 1000011 10100011 10000100 111011 0 10011 100100 10100001 101010 101101

Color Harmonies of #43A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A384

Black with #43A384

Text Example


Text Example

White with #43A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43A384; }

 p { color: rgb(67,163,132); }

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

background-color css

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

 a { background-color: rgb(67,163,132); }

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

border-color css

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

 span { border-color: rgb(67,163,132); }

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