Html Css Color HEX #3BA99B Gossamer

📋 copy color: '#3BA99B'

red 59 ◦ green 169 ◦ blue 155

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

Shades of Gossamer #3BA99B

Tints of Gossamer #3BA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 15.4%
G = 44.13%
B = 40.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#3BA99B (or 0x3BA99B) is known color: Gossamer. HEX triplet: 3B, A9 and 9B. RGB value is (59,169,155). Sum of RGB (Red+Green+Blue) = 59+169+155=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA99B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA99B is #C45664. Grayscale: #868686. Windows color (decimal): -12867173 or 10201403. OLE color: 10201403.

HSL color Cylindrical-coordinate representation of color #3BA99B: hue angle of 172.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA99B is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 169 155 -
CMYK 0.65 0 0.08 0.34
HSL 172.36º 0.48% 0.45% -
HSV(B) 172.36º 0.65% 0.66% -
XYZ 21.91 31.67 35.97 -
YUV 134.51 139.56 74.14 -
System Red Green Blue C M Y K H S L
Decimal 59 169 155 0.65 0 0.08 0.34 172.36 0.48 0.45
Hex 3B A9 9B 41 0 8 22 AC 30 2D
Octal 73 251 233 101 0 10 42 254 60 55
Binary 111011 10101001 10011011 1000001 0 1000 100010 10101100 110000 101101

Color Harmonies of #3BA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA99B

Black with #3BA99B

Text Example


Text Example

White with #3BA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,169,155); }

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

background-color css

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

 a { background-color: rgb(59,169,155); }

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

border-color css

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

 span { border-color: rgb(59,169,155); }

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