Html Css Color HEX #43A47D Gossamer

📋 copy color: '#43A47D'

red 67 ◦ green 164 ◦ blue 125

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

Shades of Gossamer #43A47D

Tints of Gossamer #43A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.07%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 18.82%
G = 46.07%
B = 35.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#43A47D (or 0x43A47D) is known color: Gossamer. HEX triplet: 43, A4 and 7D. RGB value is (67,164,125). Sum of RGB (Red+Green+Blue) = 67+164+125=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #43A47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A47D is #BC5B82. Grayscale: #828282. Windows color (decimal): -12344195 or 8234051. OLE color: 8234051.

HSL color Cylindrical-coordinate representation of color #43A47D: hue angle of 155.88º 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 #43A47D is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 67 164 125 -
CMYK 0.59 0 0.24 0.36
HSL 155.88º 0.42% 0.45% -
HSV(B) 155.88º 0.59% 0.64% -
XYZ 19.29 29.22 24.03 -
YUV 130.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 67 164 125 0.59 0 0.24 0.36 155.88 0.42 0.45
Hex 43 A4 7D 3B 0 18 24 9C 2A 2D
Octal 103 244 175 73 0 30 44 234 52 55
Binary 1000011 10100100 1111101 111011 0 11000 100100 10011100 101010 101101

Color Harmonies of #43A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A47D

Black with #43A47D

Text Example


Text Example

White with #43A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,164,125); }

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

background-color css

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

 a { background-color: rgb(67,164,125); }

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

border-color css

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

 span { border-color: rgb(67,164,125); }

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