Html Css Color HEX #46AB99 Gossamer

📋 copy color: '#46AB99'

red 70 ◦ green 171 ◦ blue 153

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

Shades of Gossamer #46AB99

Tints of Gossamer #46AB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 17.77%
G = 43.4%
B = 38.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#46AB99 (or 0x46AB99) is known color: Gossamer. HEX triplet: 46, AB and 99. RGB value is (70,171,153). Sum of RGB (Red+Green+Blue) = 70+171+153=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AB99 is #B95466. Grayscale: #8A8A8A. Windows color (decimal): -12145767 or 10070854. OLE color: 10070854.

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

Color convert

RGB 70 171 153 -
CMYK 0.59 0 0.11 0.33
HSL 169.31º 0.42% 0.47% -
HSV(B) 169.31º 0.59% 0.67% -
XYZ 22.84 32.73 35.25 -
YUV 138.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 70 171 153 0.59 0 0.11 0.33 169.31 0.42 0.47
Hex 46 AB 99 3B 0 B 21 A9 2A 2F
Octal 106 253 231 73 0 13 41 251 52 57
Binary 1000110 10101011 10011001 111011 0 1011 100001 10101001 101010 101111

Color Harmonies of #46AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AB99

Black with #46AB99

Text Example


Text Example

White with #46AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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