Html Css Color HEX #51A78A Gossamer

📋 copy color: '#51A78A'

red 81 ◦ green 167 ◦ blue 138

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

Shades of Gossamer #51A78A

Tints of Gossamer #51A78A

RGB

 RED value IS 81 (32.03% from 255) = 20.98%

 GREEN value IS 167 (65.63% from 255) = 43.26%

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 20.98%
G = 43.26%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#51A78A (or 0x51A78A) is known color: Gossamer. HEX triplet: 51, A7 and 8A. RGB value is (81,167,138). Sum of RGB (Red+Green+Blue) = 81+167+138=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #51A78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A78A is #AE5875. Grayscale: #8A8A8A. Windows color (decimal): -11425910 or 9086801. OLE color: 9086801.

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

Color convert

RGB 81 167 138 -
CMYK 0.51 0 0.17 0.35
HSL 159.77º 0.35% 0.49% -
HSV(B) 159.77º 0.51% 0.65% -
XYZ 21.8 31.22 28.92 -
YUV 137.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 81 167 138 0.51 0 0.17 0.35 159.77 0.35 0.49
Hex 51 A7 8A 33 0 11 23 A0 23 31
Octal 121 247 212 63 0 21 43 240 43 61
Binary 1010001 10100111 10001010 110011 0 10001 100011 10100000 100011 110001

Color Harmonies of #51A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A78A

Black with #51A78A

Text Example


Text Example

White with #51A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51A78A;
 }
 .AnyTagClassName
 {
   color: #51A78A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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