Html Css Color HEX #3EAA8C Gossamer

📋 copy color: '#3EAA8C'

red 62 ◦ green 170 ◦ blue 140

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

Shades of Gossamer #3EAA8C

Tints of Gossamer #3EAA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.7%

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 16.67%
G = 45.7%
B = 37.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#3EAA8C (or 0x3EAA8C) is known color: Gossamer. HEX triplet: 3E, AA and 8C. RGB value is (62,170,140). Sum of RGB (Red+Green+Blue) = 62+170+140=372 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.67% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #3EAA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAA8C is #C15573. Grayscale: #868686. Windows color (decimal): -12670324 or 9218622. OLE color: 9218622.

HSL color Cylindrical-coordinate representation of color #3EAA8C: hue angle of 163.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAA8C is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 170 140 -
CMYK 0.64 0 0.18 0.33
HSL 163.33º 0.47% 0.45% -
HSV(B) 163.33º 0.64% 0.67% -
XYZ 21.09 31.67 29.81 -
YUV 134.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 62 170 140 0.64 0 0.18 0.33 163.33 0.47 0.45
Hex 3E AA 8C 40 0 12 21 A3 2F 2D
Octal 76 252 214 100 0 22 41 243 57 55
Binary 111110 10101010 10001100 1000000 0 10010 100001 10100011 101111 101101

Color Harmonies of #3EAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAA8C

Black with #3EAA8C

Text Example


Text Example

White with #3EAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,170,140); }

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

background-color css

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

 a { background-color: rgb(62,170,140); }

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

border-color css

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

 span { border-color: rgb(62,170,140); }

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