Html Css Color HEX #46AB8C Gossamer

📋 copy color: '#46AB8C'

red 70 ◦ green 171 ◦ blue 140

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

Shades of Gossamer #46AB8C

Tints of Gossamer #46AB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 18.37%
G = 44.88%
B = 36.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#46AB8C (or 0x46AB8C) is known color: Gossamer. HEX triplet: 46, AB and 8C. RGB value is (70,171,140). Sum of RGB (Red+Green+Blue) = 70+171+140=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AB8C is #B95473. Grayscale: #898989. Windows color (decimal): -12145780 or 9218886. OLE color: 9218886.

HSL color Cylindrical-coordinate representation of color #46AB8C: hue angle of 161.58º 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 #46AB8C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 171 140 -
CMYK 0.59 0 0.18 0.33
HSL 161.58º 0.42% 0.47% -
HSV(B) 161.58º 0.59% 0.67% -
XYZ 21.82 32.32 29.9 -
YUV 137.27 129.54 80.02 -
System Red Green Blue C M Y K H S L
Decimal 70 171 140 0.59 0 0.18 0.33 161.58 0.42 0.47
Hex 46 AB 8C 3B 0 12 21 A2 2A 2F
Octal 106 253 214 73 0 22 41 242 52 57
Binary 1000110 10101011 10001100 111011 0 10010 100001 10100010 101010 101111

Color Harmonies of #46AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AB8C

Black with #46AB8C

Text Example


Text Example

White with #46AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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