#43AF88

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

Shades of Gossamer #43AF88

Tints of Gossamer #43AF88

Color information

#43AF88 (or 0x43AF88) is unknown color: approx Gossamer. HEX triplet: 43, AF and 88. RGB value is (67,175,136). Sum of RGB (Red+Green+Blue) = 67+175+136=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #43AF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AF88 is #BC5077. Grayscale: #8A8A8A. Windows color (decimal): -12341368 or 8957763. OLE color: 8957763.

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

Color convert

RGB67175136-
CMYK0.6200.220.31
HSL158.33º44.63%47.45%-
HSV(B)158.33º61.71%68.63%-
XYZ22.0933.6328.62-
YUV138.26126.7277.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.72%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=17.72%
G=46.30%
B=35.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671751360.6200.220.31158.3344.6347.45
Hex43AF883E0161F9e2d2f
Octal10325721076026372365557
Binary100001110101111100010001111100101101111110011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,175,136); }

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

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

 a { background-color: rgb(67,175,136); }

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

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

 span { border-color: rgb(67,175,136); }

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