Html Css Color HEX #3BAD8C Gossamer

📋 copy color: '#3BAD8C'

red 59 ◦ green 173 ◦ blue 140

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

Shades of Gossamer #3BAD8C

Tints of Gossamer #3BAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.51%

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

R = 15.86%
G = 46.51%
B = 37.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#3BAD8C (or 0x3BAD8C) is known color: Gossamer. HEX triplet: 3B, AD and 8C. RGB value is (59,173,140). Sum of RGB (Red+Green+Blue) = 59+173+140=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAD8C is #C45273. Grayscale: #878787. Windows color (decimal): -12866164 or 9219387. OLE color: 9219387.

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

Color convert

RGB 59 173 140 -
CMYK 0.66 0 0.19 0.32
HSL 162.63º 0.49% 0.45% -
HSV(B) 162.63º 0.66% 0.68% -
XYZ 21.48 32.71 29.99 -
YUV 135.15 130.73 73.68 -
System Red Green Blue C M Y K H S L
Decimal 59 173 140 0.66 0 0.19 0.32 162.63 0.49 0.45
Hex 3B AD 8C 42 0 13 20 A3 31 2D
Octal 73 255 214 102 0 23 40 243 61 55
Binary 111011 10101101 10001100 1000010 0 10011 100000 10100011 110001 101101

Color Harmonies of #3BAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAD8C

Black with #3BAD8C

Text Example


Text Example

White with #3BAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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