Html Css Color HEX #3BAC8D Gossamer

📋 copy color: '#3BAC8D'

red 59 ◦ green 172 ◦ blue 141

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

Shades of Gossamer #3BAC8D

Tints of Gossamer #3BAC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 15.86%
G = 46.24%
B = 37.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#3BAC8D (or 0x3BAC8D) is known color: Gossamer. HEX triplet: 3B, AC and 8D. RGB value is (59,172,141). Sum of RGB (Red+Green+Blue) = 59+172+141=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC8D is #C45372. Grayscale: #868686. Windows color (decimal): -12866419 or 9284667. OLE color: 9284667.

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

Color convert

RGB 59 172 141 -
CMYK 0.66 0 0.18 0.33
HSL 163.54º 0.49% 0.45% -
HSV(B) 163.54º 0.66% 0.67% -
XYZ 21.36 32.36 30.32 -
YUV 134.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 59 172 141 0.66 0 0.18 0.33 163.54 0.49 0.45
Hex 3B AC 8D 42 0 12 21 A4 31 2D
Octal 73 254 215 102 0 22 41 244 61 55
Binary 111011 10101100 10001101 1000010 0 10010 100001 10100100 110001 101101

Color Harmonies of #3BAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC8D

Black with #3BAC8D

Text Example


Text Example

White with #3BAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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