Html Css Color HEX #3BAC83 Gossamer

📋 copy color: '#3BAC83'

red 59 ◦ green 172 ◦ blue 131

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

Shades of Gossamer #3BAC83

Tints of Gossamer #3BAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 16.3%
G = 47.51%
B = 36.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#3BAC83 (or 0x3BAC83) is known color: Gossamer. HEX triplet: 3B, AC and 83. RGB value is (59,172,131). Sum of RGB (Red+Green+Blue) = 59+172+131=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC83 is #C4537C. Grayscale: #858585. Windows color (decimal): -12866429 or 8629307. OLE color: 8629307.

HSL color Cylindrical-coordinate representation of color #3BAC83: hue angle of 158.23º 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 #3BAC83 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 172 131 -
CMYK 0.66 0 0.24 0.33
HSL 158.23º 0.49% 0.45% -
HSV(B) 158.23º 0.66% 0.67% -
XYZ 20.65 32.07 26.58 -
YUV 133.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 59 172 131 0.66 0 0.24 0.33 158.23 0.49 0.45
Hex 3B AC 83 42 0 18 21 9E 31 2D
Octal 73 254 203 102 0 30 41 236 61 55
Binary 111011 10101100 10000011 1000010 0 11000 100001 10011110 110001 101101

Color Harmonies of #3BAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC83

Black with #3BAC83

Text Example


Text Example

White with #3BAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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