Html Css Color HEX #3AAC87 Gossamer

📋 copy color: '#3AAC87'

red 58 ◦ green 172 ◦ blue 135

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

Shades of Gossamer #3AAC87

Tints of Gossamer #3AAC87

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.12%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 15.89%
G = 47.12%
B = 36.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#3AAC87 (or 0x3AAC87) is known color: Gossamer. HEX triplet: 3A, AC and 87. RGB value is (58,172,135). Sum of RGB (Red+Green+Blue) = 58+172+135=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC87 is #C55378. Grayscale: #858585. Windows color (decimal): -12931961 or 8891450. OLE color: 8891450.

HSL color Cylindrical-coordinate representation of color #3AAC87: hue angle of 160.53º degrees, saturation: 0.5, 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 #3AAC87 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 135 -
CMYK 0.66 0 0.22 0.33
HSL 160.53º 0.5% 0.45% -
HSV(B) 160.53º 0.66% 0.67% -
XYZ 20.87 32.15 28.03 -
YUV 133.7 128.73 74.01 -
System Red Green Blue C M Y K H S L
Decimal 58 172 135 0.66 0 0.22 0.33 160.53 0.5 0.45
Hex 3A AC 87 42 0 16 21 A1 32 2D
Octal 72 254 207 102 0 26 41 241 62 55
Binary 111010 10101100 10000111 1000010 0 10110 100001 10100001 110010 101101

Color Harmonies of #3AAC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC87

Black with #3AAC87

Text Example


Text Example

White with #3AAC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,135); }

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

background-color css

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

 a { background-color: rgb(58,172,135); }

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

border-color css

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

 span { border-color: rgb(58,172,135); }

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