Html Css Color HEX #3BAC8C Gossamer

📋 copy color: '#3BAC8C'

red 59 ◦ green 172 ◦ blue 140

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

Shades of Gossamer #3BAC8C

Tints of Gossamer #3BAC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 15.9%
G = 46.36%
B = 37.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#3BAC8C (or 0x3BAC8C) is known color: Gossamer. HEX triplet: 3B, AC and 8C. RGB value is (59,172,140). Sum of RGB (Red+Green+Blue) = 59+172+140=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC8C is #C45373. Grayscale: #868686. Windows color (decimal): -12866420 or 9219131. OLE color: 9219131.

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

Color convert

RGB 59 172 140 -
CMYK 0.66 0 0.19 0.33
HSL 163.01º 0.49% 0.45% -
HSV(B) 163.01º 0.66% 0.67% -
XYZ 21.29 32.33 29.93 -
YUV 134.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 59 172 140 0.66 0 0.19 0.33 163.01 0.49 0.45
Hex 3B AC 8C 42 0 13 21 A3 31 2D
Octal 73 254 214 102 0 23 41 243 61 55
Binary 111011 10101100 10001100 1000010 0 10011 100001 10100011 110001 101101

Color Harmonies of #3BAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC8C

Black with #3BAC8C

Text Example


Text Example

White with #3BAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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