Html Css Color HEX #3BAD8F Gossamer

📋 copy color: '#3BAD8F'

red 59 ◦ green 173 ◦ blue 143

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

Shades of Gossamer #3BAD8F

Tints of Gossamer #3BAD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 15.73%
G = 46.13%
B = 38.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#3BAD8F (or 0x3BAD8F) is known color: Gossamer. HEX triplet: 3B, AD and 8F. RGB value is (59,173,143). Sum of RGB (Red+Green+Blue) = 59+173+143=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAD8F is #C45270. Grayscale: #878787. Windows color (decimal): -12866161 or 9415995. OLE color: 9415995.

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

Color convert

RGB 59 173 143 -
CMYK 0.66 0 0.17 0.32
HSL 164.21º 0.49% 0.45% -
HSV(B) 164.21º 0.66% 0.68% -
XYZ 21.71 32.8 31.17 -
YUV 135.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 59 173 143 0.66 0 0.17 0.32 164.21 0.49 0.45
Hex 3B AD 8F 42 0 11 20 A4 31 2D
Octal 73 255 217 102 0 21 40 244 61 55
Binary 111011 10101101 10001111 1000010 0 10001 100000 10100100 110001 101101

Color Harmonies of #3BAD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAD8F

Black with #3BAD8F

Text Example


Text Example

White with #3BAD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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