Html Css Color HEX #3AA68E Gossamer

📋 copy color: '#3AA68E'

red 58 ◦ green 166 ◦ blue 142

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

Shades of Gossamer #3AA68E

Tints of Gossamer #3AA68E

RGB

 RED value IS 58 (23.05% from 255) = 15.85%

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 15.85%
G = 45.36%
B = 38.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#3AA68E (or 0x3AA68E) is known color: Gossamer. HEX triplet: 3A, A6 and 8E. RGB value is (58,166,142). Sum of RGB (Red+Green+Blue) = 58+166+142=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA68E is #C55971. Grayscale: #828282. Windows color (decimal): -12933490 or 9348666. OLE color: 9348666.

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

Color convert

RGB 58 166 142 -
CMYK 0.65 0 0.14 0.35
HSL 166.67º 0.48% 0.44% -
HSV(B) 166.67º 0.65% 0.65% -
XYZ 20.26 30.12 30.34 -
YUV 130.97 134.22 75.95 -
System Red Green Blue C M Y K H S L
Decimal 58 166 142 0.65 0 0.14 0.35 166.67 0.48 0.44
Hex 3A A6 8E 41 0 E 23 A7 30 2C
Octal 72 246 216 101 0 16 43 247 60 54
Binary 111010 10100110 10001110 1000001 0 1110 100011 10100111 110000 101100

Color Harmonies of #3AA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA68E

Black with #3AA68E

Text Example


Text Example

White with #3AA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,166,142); }

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

background-color css

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

 a { background-color: rgb(58,166,142); }

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

border-color css

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

 span { border-color: rgb(58,166,142); }

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