Html Css Color HEX #43A07D Gossamer

📋 copy color: '#43A07D'

red 67 ◦ green 160 ◦ blue 125

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

Shades of Gossamer #43A07D

Tints of Gossamer #43A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 19.03%
G = 45.45%
B = 35.51%

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

#43A07D (or 0x43A07D) is known color: Gossamer. HEX triplet: 43, A0 and 7D. RGB value is (67,160,125). Sum of RGB (Red+Green+Blue) = 67+160+125=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #43A07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A07D is #BC5F82. Grayscale: #808080. Windows color (decimal): -12345219 or 8233027. OLE color: 8233027.

HSL color Cylindrical-coordinate representation of color #43A07D: hue angle of 157.42º 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 #43A07D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 160 125 -
CMYK 0.58 0 0.22 0.37
HSL 157.42º 0.41% 0.45% -
HSV(B) 157.42º 0.58% 0.63% -
XYZ 18.59 27.82 23.79 -
YUV 128.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 67 160 125 0.58 0 0.22 0.37 157.42 0.41 0.45
Hex 43 A0 7D 3A 0 16 25 9D 29 2D
Octal 103 240 175 72 0 26 45 235 51 55
Binary 1000011 10100000 1111101 111010 0 10110 100101 10011101 101001 101101

Color Harmonies of #43A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A07D

Black with #43A07D

Text Example


Text Example

White with #43A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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