Html Css Color HEX #3AA68D Gossamer

📋 copy color: '#3AA68D'

red 58 ◦ green 166 ◦ blue 141

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

Shades of Gossamer #3AA68D

Tints of Gossamer #3AA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 15.89%
G = 45.48%
B = 38.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#3AA68D (or 0x3AA68D) is known color: Gossamer. HEX triplet: 3A, A6 and 8D. RGB value is (58,166,141). Sum of RGB (Red+Green+Blue) = 58+166+141=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA68D is #C55972. Grayscale: #828282. Windows color (decimal): -12933491 or 9283130. OLE color: 9283130.

HSL color Cylindrical-coordinate representation of color #3AA68D: hue angle of 166.11º 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 #3AA68D is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 58 166 141 -
CMYK 0.65 0 0.15 0.35
HSL 166.11º 0.48% 0.44% -
HSV(B) 166.11º 0.65% 0.65% -
XYZ 20.19 30.1 29.94 -
YUV 130.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 58 166 141 0.65 0 0.15 0.35 166.11 0.48 0.44
Hex 3A A6 8D 41 0 F 23 A6 30 2C
Octal 72 246 215 101 0 17 43 246 60 54
Binary 111010 10100110 10001101 1000001 0 1111 100011 10100110 110000 101100

Color Harmonies of #3AA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA68D

Black with #3AA68D

Text Example


Text Example

White with #3AA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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