#3EAF82

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

Shades of Gossamer #3EAF82

Tints of Gossamer #3EAF82

Color information

#3EAF82 (or 0x3EAF82) is unknown color: approx Gossamer. HEX triplet: 3E, AF and 82. RGB value is (62,175,130). Sum of RGB (Red+Green+Blue) = 62+175+130=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAF82 is #C1507D. Grayscale: #888888. Windows color (decimal): -12669054 or 8564542. OLE color: 8564542.

HSL color Cylindrical-coordinate representation of color #3EAF82: hue angle of 156.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EAF82 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB62175130-
CMYK0.6500.260.31
HSL156.11º47.68%46.47%-
HSV(B)156.11º64.57%68.63%-
XYZ21.3533.326.42-
YUV136.08124.5675.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.89%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=16.89%
G=47.68%
B=35.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621751300.6500.260.31156.1147.6846.47
Hex3EAF824101A1F9c302e
Octal76257202101032372346056
Binary111110101011111000001010000010110101111110011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EAF82; }

 p { color: rgb(62,175,130); }

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

<style>
 a { background-color: #3EAF82; }

 a { background-color: rgb(62,175,130); }

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

<style>
 span { border-color: #3EAF82; }

 span { border-color: rgb(62,175,130); }

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