Html Css Color HEX #3BA47D Gossamer

📋 copy color: '#3BA47D'

red 59 ◦ green 164 ◦ blue 125

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

Shades of Gossamer #3BA47D

Tints of Gossamer #3BA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.13%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 16.95%
G = 47.13%
B = 35.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#3BA47D (or 0x3BA47D) is known color: Gossamer. HEX triplet: 3B, A4 and 7D. RGB value is (59,164,125). Sum of RGB (Red+Green+Blue) = 59+164+125=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA47D is #C45B82. Grayscale: #808080. Windows color (decimal): -12868483 or 8234043. OLE color: 8234043.

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

Color convert

RGB 59 164 125 -
CMYK 0.64 0 0.24 0.36
HSL 157.71º 0.47% 0.44% -
HSV(B) 157.71º 0.64% 0.64% -
XYZ 18.78 28.96 24 -
YUV 128.16 126.21 78.67 -
System Red Green Blue C M Y K H S L
Decimal 59 164 125 0.64 0 0.24 0.36 157.71 0.47 0.44
Hex 3B A4 7D 40 0 18 24 9E 2F 2C
Octal 73 244 175 100 0 30 44 236 57 54
Binary 111011 10100100 1111101 1000000 0 11000 100100 10011110 101111 101100

Color Harmonies of #3BA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA47D

Black with #3BA47D

Text Example


Text Example

White with #3BA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,164,125); }

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

background-color css

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

 a { background-color: rgb(59,164,125); }

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

border-color css

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

 span { border-color: rgb(59,164,125); }

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