Html Css Color HEX #3EAF86 Gossamer

📋 copy color: '#3EAF86'

red 62 ◦ green 175 ◦ blue 134

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

Shades of Gossamer #3EAF86

Tints of Gossamer #3EAF86

RGB

 RED value IS 62 (24.61% from 255) = 16.71%

 GREEN value IS 175 (68.75% from 255) = 47.17%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 16.71%
G = 47.17%
B = 36.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#3EAF86 (or 0x3EAF86) is known color: Gossamer. HEX triplet: 3E, AF and 86. RGB value is (62,175,134). Sum of RGB (Red+Green+Blue) = 62+175+134=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAF86 is #C15079. Grayscale: #888888. Windows color (decimal): -12669050 or 8826686. OLE color: 8826686.

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

Color convert

RGB 62 175 134 -
CMYK 0.65 0 0.23 0.31
HSL 158.23º 0.48% 0.46% -
HSV(B) 158.23º 0.65% 0.69% -
XYZ 21.62 33.41 27.86 -
YUV 136.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 62 175 134 0.65 0 0.23 0.31 158.23 0.48 0.46
Hex 3E AF 86 41 0 17 1F 9E 30 2E
Octal 76 257 206 101 0 27 37 236 60 56
Binary 111110 10101111 10000110 1000001 0 10111 11111 10011110 110000 101110

Color Harmonies of #3EAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAF86

Black with #3EAF86

Text Example


Text Example

White with #3EAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3EAF86;
 }
 .AnyTagClassName
 {
   color: #3EAF86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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