Html Css Color HEX #43A482 Gossamer

📋 copy color: '#43A482'

red 67 ◦ green 164 ◦ blue 130

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

Shades of Gossamer #43A482

Tints of Gossamer #43A482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 18.56%
G = 45.43%
B = 36.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#43A482 (or 0x43A482) is known color: Gossamer. HEX triplet: 43, A4 and 82. RGB value is (67,164,130). Sum of RGB (Red+Green+Blue) = 67+164+130=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #43A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A482 is #BC5B7D. Grayscale: #838383. Windows color (decimal): -12344190 or 8561731. OLE color: 8561731.

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

Color convert

RGB 67 164 130 -
CMYK 0.59 0 0.21 0.36
HSL 158.97º 0.42% 0.45% -
HSV(B) 158.97º 0.59% 0.64% -
XYZ 19.62 29.36 25.75 -
YUV 131.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 67 164 130 0.59 0 0.21 0.36 158.97 0.42 0.45
Hex 43 A4 82 3B 0 15 24 9F 2A 2D
Octal 103 244 202 73 0 25 44 237 52 55
Binary 1000011 10100100 10000010 111011 0 10101 100100 10011111 101010 101101

Color Harmonies of #43A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A482

Black with #43A482

Text Example


Text Example

White with #43A482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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