#3eaf8d

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

Shades of Gossamer #3EAF8D

Tints of Gossamer #3EAF8D

Color information

#3EAF8D (or 0x3EAF8D) is unknown color: approx Gossamer. HEX triplet: 3E, AF and 8D. RGB value is (62,175,141). Sum of RGB (Red+Green+Blue) = 62+175+141=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAF8D is #C15072. Grayscale: #898989. Windows color (decimal): -12669043 or 9285438. OLE color: 9285438.

HSL color Cylindrical-coordinate representation of color #3EAF8D: hue angle of 161.95º 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 #3EAF8D is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB62175141-
CMYK0.6500.190.31
HSL161.95º47.68%46.47%-
HSV(B)161.95º64.57%68.63%-
XYZ22.1233.6130.52-
YUV137.34130.0674.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.40%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=16.40%
G=46.30%
B=37.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621751410.6500.190.31161.9547.6846.47
Hex3EAF8D410131Fa2302e
Octal76257215101023372426056
Binary111110101011111000110110000010100111111110100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3eaf8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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