Html Css Color HEX #46AE8F Gossamer

📋 copy color: '#46AE8F'

red 70 ◦ green 174 ◦ blue 143

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

Shades of Gossamer #46AE8F

Tints of Gossamer #46AE8F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 18.09%
G = 44.96%
B = 36.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#46AE8F (or 0x46AE8F) is known color: Gossamer. HEX triplet: 46, AE and 8F. RGB value is (70,174,143). Sum of RGB (Red+Green+Blue) = 70+174+143=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #46AE8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AE8F is #B95170. Grayscale: #8B8B8B. Windows color (decimal): -12145009 or 9416262. OLE color: 9416262.

HSL color Cylindrical-coordinate representation of color #46AE8F: hue angle of 162.12º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AE8F is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 174 143 -
CMYK 0.60 0 0.18 0.32
HSL 162.12º 0.43% 0.48% -
HSV(B) 162.12º 0.6% 0.68% -
XYZ 22.62 33.56 31.27 -
YUV 139.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 70 174 143 0.60 0 0.18 0.32 162.12 0.43 0.48
Hex 46 AE 8F 3C 0 12 20 A2 2B 30
Octal 106 256 217 74 0 22 40 242 53 60
Binary 1000110 10101110 10001111 111100 0 10010 100000 10100010 101011 110000

Color Harmonies of #46AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AE8F

Black with #46AE8F

Text Example


Text Example

White with #46AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,174,143); }

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

background-color css

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

 a { background-color: rgb(70,174,143); }

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

border-color css

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

 span { border-color: rgb(70,174,143); }

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