Html Css Color HEX #43B28C Gossamer

📋 copy color: '#43B28C'

red 67 ◦ green 178 ◦ blue 140

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

Shades of Gossamer #43B28C

Tints of Gossamer #43B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.23%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 17.4%
G = 46.23%
B = 36.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#43B28C (or 0x43B28C) is known color: Gossamer. HEX triplet: 43, B2 and 8C. RGB value is (67,178,140). Sum of RGB (Red+Green+Blue) = 67+178+140=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #43B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B28C is #BC4D73. Grayscale: #8C8C8C. Windows color (decimal): -12340596 or 9220675. OLE color: 9220675.

HSL color Cylindrical-coordinate representation of color #43B28C: hue angle of 159.46º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B28C is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 67 178 140 -
CMYK 0.62 0 0.21 0.30
HSL 159.46º 0.45% 0.48% -
HSV(B) 159.46º 0.62% 0.7% -
XYZ 22.97 34.93 30.34 -
YUV 140.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 67 178 140 0.62 0 0.21 0.30 159.46 0.45 0.48
Hex 43 B2 8C 3E 0 15 1E 9F 2D 30
Octal 103 262 214 76 0 25 36 237 55 60
Binary 1000011 10110010 10001100 111110 0 10101 11110 10011111 101101 110000

Color Harmonies of #43B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43B28C

Black with #43B28C

Text Example


Text Example

White with #43B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,178,140); }

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

background-color css

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

 a { background-color: rgb(67,178,140); }

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

border-color css

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

 span { border-color: rgb(67,178,140); }

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