Html Css Color HEX #3BA17C Gossamer

📋 copy color: '#3BA17C'

red 59 ◦ green 161 ◦ blue 124

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

Shades of Gossamer #3BA17C

Tints of Gossamer #3BA17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.8%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 17.15%
G = 46.8%
B = 36.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#3BA17C (or 0x3BA17C) is known color: Gossamer. HEX triplet: 3B, A1 and 7C. RGB value is (59,161,124). Sum of RGB (Red+Green+Blue) = 59+161+124=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA17C is #C45E83. Grayscale: #7E7E7E. Windows color (decimal): -12869252 or 8167739. OLE color: 8167739.

HSL color Cylindrical-coordinate representation of color #3BA17C: hue angle of 158.24º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA17C is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 161 124 -
CMYK 0.63 0 0.23 0.37
HSL 158.24º 0.46% 0.43% -
HSV(B) 158.24º 0.63% 0.63% -
XYZ 18.19 27.87 23.49 -
YUV 126.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 59 161 124 0.63 0 0.23 0.37 158.24 0.46 0.43
Hex 3B A1 7C 3F 0 17 25 9E 2E 2B
Octal 73 241 174 77 0 27 45 236 56 53
Binary 111011 10100001 1111100 111111 0 10111 100101 10011110 101110 101011

Color Harmonies of #3BA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA17C

Black with #3BA17C

Text Example


Text Example

White with #3BA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,161,124); }

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

background-color css

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

 a { background-color: rgb(59,161,124); }

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

border-color css

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

 span { border-color: rgb(59,161,124); }

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