Html Css Color HEX #3BA38F Gossamer

📋 copy color: '#3BA38F'

red 59 ◦ green 163 ◦ blue 143

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

Shades of Gossamer #3BA38F

Tints of Gossamer #3BA38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

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

R = 16.16%
G = 44.66%
B = 39.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#3BA38F (or 0x3BA38F) is known color: Gossamer. HEX triplet: 3B, A3 and 8F. RGB value is (59,163,143). Sum of RGB (Red+Green+Blue) = 59+163+143=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA38F is #C45C70. Grayscale: #818181. Windows color (decimal): -12868721 or 9413435. OLE color: 9413435.

HSL color Cylindrical-coordinate representation of color #3BA38F: hue angle of 168.46º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA38F is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 163 143 -
CMYK 0.64 0 0.12 0.36
HSL 168.46º 0.47% 0.44% -
HSV(B) 168.46º 0.64% 0.64% -
XYZ 19.86 29.11 30.56 -
YUV 129.62 135.54 77.63 -
System Red Green Blue C M Y K H S L
Decimal 59 163 143 0.64 0 0.12 0.36 168.46 0.47 0.44
Hex 3B A3 8F 40 0 C 24 A8 2F 2C
Octal 73 243 217 100 0 14 44 250 57 54
Binary 111011 10100011 10001111 1000000 0 1100 100100 10101000 101111 101100

Color Harmonies of #3BA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA38F

Black with #3BA38F

Text Example


Text Example

White with #3BA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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