Html Css Color HEX #3BAC91 Gossamer

📋 copy color: '#3BAC91'

red 59 ◦ green 172 ◦ blue 145

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

Shades of Gossamer #3BAC91

Tints of Gossamer #3BAC91

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 15.69%
G = 45.74%
B = 38.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#3BAC91 (or 0x3BAC91) is known color: Gossamer. HEX triplet: 3B, AC and 91. RGB value is (59,172,145). Sum of RGB (Red+Green+Blue) = 59+172+145=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC91 is #C4536E. Grayscale: #878787. Windows color (decimal): -12866415 or 9546811. OLE color: 9546811.

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

Color convert

RGB 59 172 145 -
CMYK 0.66 0 0.16 0.33
HSL 165.66º 0.49% 0.45% -
HSV(B) 165.66º 0.66% 0.67% -
XYZ 21.67 32.48 31.92 -
YUV 135.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 59 172 145 0.66 0 0.16 0.33 165.66 0.49 0.45
Hex 3B AC 91 42 0 10 21 A6 31 2D
Octal 73 254 221 102 0 20 41 246 61 55
Binary 111011 10101100 10010001 1000010 0 10000 100001 10100110 110001 101101

Color Harmonies of #3BAC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC91

Black with #3BAC91

Text Example


Text Example

White with #3BAC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,172,145); }

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

background-color css

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

 a { background-color: rgb(59,172,145); }

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

border-color css

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

 span { border-color: rgb(59,172,145); }

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