Html Css Color HEX #43A485 Gossamer

📋 copy color: '#43A485'

red 67 ◦ green 164 ◦ blue 133

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

Shades of Gossamer #43A485

Tints of Gossamer #43A485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 18.41%
G = 45.05%
B = 36.54%

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

#43A485 (or 0x43A485) is known color: Gossamer. HEX triplet: 43, A4 and 85. RGB value is (67,164,133). Sum of RGB (Red+Green+Blue) = 67+164+133=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #43A485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A485 is #BC5B7A. Grayscale: #838383. Windows color (decimal): -12344187 or 8758339. OLE color: 8758339.

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

Color convert

RGB 67 164 133 -
CMYK 0.59 0 0.19 0.36
HSL 160.82º 0.42% 0.45% -
HSV(B) 160.82º 0.59% 0.64% -
XYZ 19.82 29.44 26.83 -
YUV 131.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 67 164 133 0.59 0 0.19 0.36 160.82 0.42 0.45
Hex 43 A4 85 3B 0 13 24 A1 2A 2D
Octal 103 244 205 73 0 23 44 241 52 55
Binary 1000011 10100100 10000101 111011 0 10011 100100 10100001 101010 101101

Color Harmonies of #43A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A485

Black with #43A485

Text Example


Text Example

White with #43A485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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