Html Css Color HEX #3BA692 Gossamer

📋 copy color: '#3BA692'

red 59 ◦ green 166 ◦ blue 146

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

Shades of Gossamer #3BA692

Tints of Gossamer #3BA692

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 15.9%
G = 44.74%
B = 39.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#3BA692 (or 0x3BA692) is known color: Gossamer. HEX triplet: 3B, A6 and 92. RGB value is (59,166,146). Sum of RGB (Red+Green+Blue) = 59+166+146=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA692 is #C4596D. Grayscale: #838383. Windows color (decimal): -12867950 or 9610811. OLE color: 9610811.

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

Color convert

RGB 59 166 146 -
CMYK 0.64 0 0.12 0.35
HSL 168.79º 0.48% 0.44% -
HSV(B) 168.79º 0.64% 0.65% -
XYZ 20.63 30.28 31.95 -
YUV 131.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 59 166 146 0.64 0 0.12 0.35 168.79 0.48 0.44
Hex 3B A6 92 40 0 C 23 A9 30 2C
Octal 73 246 222 100 0 14 43 251 60 54
Binary 111011 10100110 10010010 1000000 0 1100 100011 10101001 110000 101100

Color Harmonies of #3BA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA692

Black with #3BA692

Text Example


Text Example

White with #3BA692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,166,146); }

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

background-color css

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

 a { background-color: rgb(59,166,146); }

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

border-color css

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

 span { border-color: rgb(59,166,146); }

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