#51A68A

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

Shades of Gossamer #51A68A

Tints of Gossamer #51A68A

Color information

#51A68A (or 0x51A68A) is unknown color: approx Gossamer. HEX triplet: 51, A6 and 8A. RGB value is (81,166,138). Sum of RGB (Red+Green+Blue) = 81+166+138=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #51A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A68A is #AE5975. Grayscale: #898989. Windows color (decimal): -11426166 or 9086545. OLE color: 9086545.

HSL color Cylindrical-coordinate representation of color #51A68A: hue angle of 160.24º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A68A is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB81166138-
CMYK0.5100.170.35
HSL160.24º34.41%48.43%-
HSV(B)160.24º51.2%65.1%-
XYZ21.6230.8628.86-
YUV137.39128.3487.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=21.04%
G=43.12%
B=35.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811661380.5100.170.35160.2434.4148.43
Hex51A68A3301123a02230
Octal12124621263021432404260
Binary1010001101001101000101011001101000110001110100000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A68A; }

 p { color: rgb(81,166,138); }

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

<style>
 a { background-color: #51A68A; }

 a { background-color: rgb(81,166,138); }

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

<style>
 span { border-color: #51A68A; }

 span { border-color: rgb(81,166,138); }

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