#43B090

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

Shades of Gossamer #43B090

Tints of Gossamer #43B090

Color information

#43B090 (or 0x43B090) is unknown color: approx Gossamer. HEX triplet: 43, B0 and 90. RGB value is (67,176,144). Sum of RGB (Red+Green+Blue) = 67+176+144=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #43B090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B090 is #BC4F6F. Grayscale: #8B8B8B. Windows color (decimal): -12341104 or 9482307. OLE color: 9482307.

HSL color Cylindrical-coordinate representation of color #43B090: hue angle of 162.39º 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 #43B090 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB67176144-
CMYK0.6200.180.31
HSL162.39º44.86%47.65%-
HSV(B)162.39º61.93%69.02%-
XYZ22.8734.2631.79-
YUV139.76130.3976.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.31%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=17.31%
G=45.48%
B=37.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671761440.6200.180.31162.3944.8647.65
Hex43B0903E0121Fa22d30
Octal10326022076022372425560
Binary100001110110000100100001111100100101111110100010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,176,144); }

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

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

 a { background-color: rgb(67,176,144); }

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

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

 span { border-color: rgb(67,176,144); }

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