Html Css Color HEX #43B38B Gossamer

📋 copy color: '#43B38B'

red 67 ◦ green 179 ◦ blue 139

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

Shades of Gossamer #43B38B

Tints of Gossamer #43B38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 17.4%
G = 46.49%
B = 36.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#43B38B (or 0x43B38B) is known color: Gossamer. HEX triplet: 43, B3 and 8B. RGB value is (67,179,139). Sum of RGB (Red+Green+Blue) = 67+179+139=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #43B38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B38B is #BC4C74. Grayscale: #8D8D8D. Windows color (decimal): -12340341 or 9155395. OLE color: 9155395.

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

Color convert

RGB 67 179 139 -
CMYK 0.63 0 0.22 0.30
HSL 158.57º 0.46% 0.48% -
HSV(B) 158.57º 0.63% 0.7% -
XYZ 23.1 35.3 30.02 -
YUV 140.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 67 179 139 0.63 0 0.22 0.30 158.57 0.46 0.48
Hex 43 B3 8B 3F 0 16 1E 9F 2E 30
Octal 103 263 213 77 0 26 36 237 56 60
Binary 1000011 10110011 10001011 111111 0 10110 11110 10011111 101110 110000

Color Harmonies of #43B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43B38B

Black with #43B38B

Text Example


Text Example

White with #43B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,179,139); }

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

background-color css

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

 a { background-color: rgb(67,179,139); }

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

border-color css

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

 span { border-color: rgb(67,179,139); }

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