Html Css Color HEX #43AC8A Gossamer

📋 copy color: '#43AC8A'

red 67 ◦ green 172 ◦ blue 138

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

Shades of Gossamer #43AC8A

Tints of Gossamer #43AC8A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.62%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 17.77%
G = 45.62%
B = 36.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#43AC8A (or 0x43AC8A) is known color: Gossamer. HEX triplet: 43, AC and 8A. RGB value is (67,172,138). Sum of RGB (Red+Green+Blue) = 67+172+138=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AC8A is #BC5375. Grayscale: #888888. Windows color (decimal): -12342134 or 9088067. OLE color: 9088067.

HSL color Cylindrical-coordinate representation of color #43AC8A: hue angle of 160.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AC8A is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 172 138 -
CMYK 0.61 0 0.20 0.33
HSL 160.57º 0.44% 0.47% -
HSV(B) 160.57º 0.61% 0.67% -
XYZ 21.65 32.53 29.18 -
YUV 136.73 128.71 78.26 -
System Red Green Blue C M Y K H S L
Decimal 67 172 138 0.61 0 0.20 0.33 160.57 0.44 0.47
Hex 43 AC 8A 3D 0 14 21 A1 2C 2F
Octal 103 254 212 75 0 24 41 241 54 57
Binary 1000011 10101100 10001010 111101 0 10100 100001 10100001 101100 101111

Color Harmonies of #43AC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AC8A

Black with #43AC8A

Text Example


Text Example

White with #43AC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,172,138); }

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

background-color css

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

 a { background-color: rgb(67,172,138); }

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

border-color css

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

 span { border-color: rgb(67,172,138); }

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