Html Css Color HEX #43A69B Gossamer

📋 copy color: '#43A69B'

red 67 ◦ green 166 ◦ blue 155

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

Shades of Gossamer #43A69B

Tints of Gossamer #43A69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 17.27%
G = 42.78%
B = 39.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#43A69B (or 0x43A69B) is known color: Gossamer. HEX triplet: 43, A6 and 9B. RGB value is (67,166,155). Sum of RGB (Red+Green+Blue) = 67+166+155=388 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.27% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #43A69B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A69B is #BC5964. Grayscale: #878787. Windows color (decimal): -12343653 or 10200643. OLE color: 10200643.

HSL color Cylindrical-coordinate representation of color #43A69B: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A69B is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 67 166 155 -
CMYK 0.60 0 0.07 0.35
HSL 173.33º 0.42% 0.46% -
HSV(B) 173.33º 0.6% 0.65% -
XYZ 21.87 30.83 35.81 -
YUV 135.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 67 166 155 0.60 0 0.07 0.35 173.33 0.42 0.46
Hex 43 A6 9B 3C 0 7 23 AD 2A 2E
Octal 103 246 233 74 0 7 43 255 52 56
Binary 1000011 10100110 10011011 111100 0 111 100011 10101101 101010 101110

Color Harmonies of #43A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A69B

Black with #43A69B

Text Example


Text Example

White with #43A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,166,155); }

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

background-color css

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

 a { background-color: rgb(67,166,155); }

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

border-color css

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

 span { border-color: rgb(67,166,155); }

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