#43B193

Color #43B193 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #43B193

Tints of Gossamer #43B193

Color information

#43B193 (or 0x43B193) is unknown color: approx Gossamer. HEX triplet: 43, B1 and 93. RGB value is (67,177,147). Sum of RGB (Red+Green+Blue) = 67+177+147=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #43B193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B193 is #BC4E6C. Grayscale: #8C8C8C. Windows color (decimal): -12340845 or 9679171. OLE color: 9679171.

HSL color Cylindrical-coordinate representation of color #43B193: hue angle of 163.64º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B193 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB67177147-
CMYK0.6200.170.31
HSL163.64º45.08%47.84%-
HSV(B)163.64º62.15%69.41%-
XYZ23.334.7433.08-
YUV140.69131.5675.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.14%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=17.14%
G=45.27%
B=37.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671771470.6200.170.31163.6445.0847.84
Hex43B1933E0111Fa42d30
Octal10326122376021372445560
Binary100001110110001100100111111100100011111110100100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,177,147); }

 H1.HeaderClassName
 {
   color: #43B193;
 }
 .AnyTagClassName
 {
   color: #43B193;
 }
</style>
background-color css

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

 a { background-color: rgb(67,177,147); }

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

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

 span { border-color: rgb(67,177,147); }

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