Html Css Color HEX #3BAF86 Gossamer

📋 copy color: '#3BAF86'

red 59 ◦ green 175 ◦ blue 134

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

Shades of Gossamer #3BAF86

Tints of Gossamer #3BAF86

RGB

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

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

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

R = 16.03%
G = 47.55%
B = 36.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#3BAF86 (or 0x3BAF86) is known color: Gossamer. HEX triplet: 3B, AF and 86. RGB value is (59,175,134). Sum of RGB (Red+Green+Blue) = 59+175+134=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF86 is #C45079. Grayscale: #878787. Windows color (decimal): -12865658 or 8826683. OLE color: 8826683.

HSL color Cylindrical-coordinate representation of color #3BAF86: hue angle of 158.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF86 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 175 134 -
CMYK 0.66 0 0.23 0.31
HSL 158.79º 0.5% 0.46% -
HSV(B) 158.79º 0.66% 0.69% -
XYZ 21.44 33.31 27.85 -
YUV 135.64 127.07 73.33 -
System Red Green Blue C M Y K H S L
Decimal 59 175 134 0.66 0 0.23 0.31 158.79 0.5 0.46
Hex 3B AF 86 42 0 17 1F 9F 32 2E
Octal 73 257 206 102 0 27 37 237 62 56
Binary 111011 10101111 10000110 1000010 0 10111 11111 10011111 110010 101110

Color Harmonies of #3BAF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF86

Black with #3BAF86

Text Example


Text Example

White with #3BAF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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