Html Css Color HEX #3AAB7F Gossamer

📋 copy color: '#3AAB7F'

red 58 ◦ green 171 ◦ blue 127

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

Shades of Gossamer #3AAB7F

Tints of Gossamer #3AAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.03%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 16.29%
G = 48.03%
B = 35.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#3AAB7F (or 0x3AAB7F) is known color: Gossamer. HEX triplet: 3A, AB and 7F. RGB value is (58,171,127). Sum of RGB (Red+Green+Blue) = 58+171+127=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB7F is #C55480. Grayscale: #848484. Windows color (decimal): -12932225 or 8366906. OLE color: 8366906.

HSL color Cylindrical-coordinate representation of color #3AAB7F: hue angle of 156.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB7F is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 171 127 -
CMYK 0.66 0 0.26 0.33
HSL 156.64º 0.49% 0.45% -
HSV(B) 156.64º 0.66% 0.67% -
XYZ 20.14 31.56 25.11 -
YUV 132.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 58 171 127 0.66 0 0.26 0.33 156.64 0.49 0.45
Hex 3A AB 7F 42 0 1A 21 9D 31 2D
Octal 72 253 177 102 0 32 41 235 61 55
Binary 111010 10101011 1111111 1000010 0 11010 100001 10011101 110001 101101

Color Harmonies of #3AAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAB7F

Black with #3AAB7F

Text Example


Text Example

White with #3AAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,171,127); }

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

background-color css

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

 a { background-color: rgb(58,171,127); }

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

border-color css

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

 span { border-color: rgb(58,171,127); }

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