Html Css Color HEX #3BA67E Gossamer

📋 copy color: '#3BA67E'

red 59 ◦ green 166 ◦ blue 126

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

Shades of Gossamer #3BA67E

Tints of Gossamer #3BA67E

RGB

 RED value IS 59 (23.44% from 255) = 16.81%

 GREEN value IS 166 (65.23% from 255) = 47.29%

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 16.81%
G = 47.29%
B = 35.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#3BA67E (or 0x3BA67E) is known color: Gossamer. HEX triplet: 3B, A6 and 7E. RGB value is (59,166,126). Sum of RGB (Red+Green+Blue) = 59+166+126=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA67E is #C45981. Grayscale: #818181. Windows color (decimal): -12867970 or 8300091. OLE color: 8300091.

HSL color Cylindrical-coordinate representation of color #3BA67E: hue angle of 157.57º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA67E is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 166 126 -
CMYK 0.64 0 0.24 0.35
HSL 157.57º 0.48% 0.44% -
HSV(B) 157.57º 0.64% 0.65% -
XYZ 19.21 29.71 24.46 -
YUV 129.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 59 166 126 0.64 0 0.24 0.35 157.57 0.48 0.44
Hex 3B A6 7E 40 0 18 23 9E 30 2C
Octal 73 246 176 100 0 30 43 236 60 54
Binary 111011 10100110 1111110 1000000 0 11000 100011 10011110 110000 101100

Color Harmonies of #3BA67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA67E

Black with #3BA67E

Text Example


Text Example

White with #3BA67E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,166,126); }

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

background-color css

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

 a { background-color: rgb(59,166,126); }

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

border-color css

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

 span { border-color: rgb(59,166,126); }

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