Html Css Color HEX #46AB89 Gossamer

📋 copy color: '#46AB89'

red 70 ◦ green 171 ◦ blue 137

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

Shades of Gossamer #46AB89

Tints of Gossamer #46AB89

RGB

 RED value IS 70 (27.73% from 255) = 18.52%

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 18.52%
G = 45.24%
B = 36.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#46AB89 (or 0x46AB89) is known color: Gossamer. HEX triplet: 46, AB and 89. RGB value is (70,171,137). Sum of RGB (Red+Green+Blue) = 70+171+137=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AB89 is #B95476. Grayscale: #888888. Windows color (decimal): -12145783 or 9022278. OLE color: 9022278.

HSL color Cylindrical-coordinate representation of color #46AB89: hue angle of 159.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AB89 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 171 137 -
CMYK 0.59 0 0.20 0.33
HSL 159.8º 0.42% 0.47% -
HSV(B) 159.8º 0.59% 0.67% -
XYZ 21.6 32.23 28.75 -
YUV 136.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 70 171 137 0.59 0 0.20 0.33 159.8 0.42 0.47
Hex 46 AB 89 3B 0 14 21 A0 2A 2F
Octal 106 253 211 73 0 24 41 240 52 57
Binary 1000110 10101011 10001001 111011 0 10100 100001 10100000 101010 101111

Color Harmonies of #46AB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AB89

Black with #46AB89

Text Example


Text Example

White with #46AB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46AB89; }

 p { color: rgb(70,171,137); }

 H1.HeaderClassName
 {
   color: #46AB89;
 }
 .AnyTagClassName
 {
   color: #46AB89;
 }
</style>

background-color css

<style>
 a { background-color: #46AB89; }

 a { background-color: rgb(70,171,137); }

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

border-color css

<style>
 span { border-color: #46AB89; }

 span { border-color: rgb(70,171,137); }

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