Html Css Color HEX #43AF94 Gossamer

📋 copy color: '#43AF94'

red 67 ◦ green 175 ◦ blue 148

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

Shades of Gossamer #43AF94

Tints of Gossamer #43AF94

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 17.18%
G = 44.87%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#43AF94 (or 0x43AF94) is known color: Gossamer. HEX triplet: 43, AF and 94. RGB value is (67,175,148). Sum of RGB (Red+Green+Blue) = 67+175+148=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AF94 is #BC506B. Grayscale: #8B8B8B. Windows color (decimal): -12341356 or 9744195. OLE color: 9744195.

HSL color Cylindrical-coordinate representation of color #43AF94: hue angle of 165º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43AF94 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 175 148 -
CMYK 0.62 0 0.15 0.31
HSL 165º 0.45% 0.47% -
HSV(B) 165º 0.62% 0.69% -
XYZ 22.99 33.99 33.37 -
YUV 139.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 67 175 148 0.62 0 0.15 0.31 165 0.45 0.47
Hex 43 AF 94 3E 0 F 1F A5 2D 2F
Octal 103 257 224 76 0 17 37 245 55 57
Binary 1000011 10101111 10010100 111110 0 1111 11111 10100101 101101 101111

Color Harmonies of #43AF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AF94

Black with #43AF94

Text Example


Text Example

White with #43AF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,175,148); }

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

background-color css

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

 a { background-color: rgb(67,175,148); }

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

border-color css

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

 span { border-color: rgb(67,175,148); }

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