Html Css Color HEX #43A07B Gossamer

📋 copy color: '#43A07B'

red 67 ◦ green 160 ◦ blue 123

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

Shades of Gossamer #43A07B

Tints of Gossamer #43A07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 19.14%
G = 45.71%
B = 35.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#43A07B (or 0x43A07B) is known color: Gossamer. HEX triplet: 43, A0 and 7B. RGB value is (67,160,123). Sum of RGB (Red+Green+Blue) = 67+160+123=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #43A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A07B is #BC5F84. Grayscale: #808080. Windows color (decimal): -12345221 or 8101955. OLE color: 8101955.

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

Color convert

RGB 67 160 123 -
CMYK 0.58 0 0.23 0.37
HSL 156.13º 0.41% 0.45% -
HSV(B) 156.13º 0.58% 0.63% -
XYZ 18.46 27.76 23.13 -
YUV 127.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 67 160 123 0.58 0 0.23 0.37 156.13 0.41 0.45
Hex 43 A0 7B 3A 0 17 25 9C 29 2D
Octal 103 240 173 72 0 27 45 234 51 55
Binary 1000011 10100000 1111011 111010 0 10111 100101 10011100 101001 101101

Color Harmonies of #43A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A07B

Black with #43A07B

Text Example


Text Example

White with #43A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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