Html Css Color HEX #43A07C Gossamer

📋 copy color: '#43A07C'

red 67 ◦ green 160 ◦ blue 124

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

Shades of Gossamer #43A07C

Tints of Gossamer #43A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 19.09%
G = 45.58%
B = 35.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#43A07C (or 0x43A07C) is known color: Gossamer. HEX triplet: 43, A0 and 7C. RGB value is (67,160,124). Sum of RGB (Red+Green+Blue) = 67+160+124=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #43A07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A07C is #BC5F83. Grayscale: #808080. Windows color (decimal): -12345220 or 8167491. OLE color: 8167491.

HSL color Cylindrical-coordinate representation of color #43A07C: hue angle of 156.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A07C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 160 124 -
CMYK 0.58 0 0.22 0.37
HSL 156.77º 0.41% 0.45% -
HSV(B) 156.77º 0.58% 0.63% -
XYZ 18.52 27.79 23.46 -
YUV 128.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 67 160 124 0.58 0 0.22 0.37 156.77 0.41 0.45
Hex 43 A0 7C 3A 0 16 25 9D 29 2D
Octal 103 240 174 72 0 26 45 235 51 55
Binary 1000011 10100000 1111100 111010 0 10110 100101 10011101 101001 101101

Color Harmonies of #43A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A07C

Black with #43A07C

Text Example


Text Example

White with #43A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,160,124); }

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

background-color css

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

 a { background-color: rgb(67,160,124); }

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

border-color css

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

 span { border-color: rgb(67,160,124); }

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