Html Css Color HEX #46B08F Gossamer

📋 copy color: '#46B08F'

red 70 ◦ green 176 ◦ blue 143

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

Shades of Gossamer #46B08F

Tints of Gossamer #46B08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

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

R = 17.99%
G = 45.24%
B = 36.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#46B08F (or 0x46B08F) is known color: Gossamer. HEX triplet: 46, B0 and 8F. RGB value is (70,176,143). Sum of RGB (Red+Green+Blue) = 70+176+143=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #46B08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46B08F is #B94F70. Grayscale: #8C8C8C. Windows color (decimal): -12144497 or 9416774. OLE color: 9416774.

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

Color convert

RGB 70 176 143 -
CMYK 0.60 0 0.19 0.31
HSL 161.32º 0.43% 0.48% -
HSV(B) 161.32º 0.6% 0.69% -
XYZ 23.01 34.34 31.4 -
YUV 140.54 129.38 77.68 -
System Red Green Blue C M Y K H S L
Decimal 70 176 143 0.60 0 0.19 0.31 161.32 0.43 0.48
Hex 46 B0 8F 3C 0 13 1F A1 2B 30
Octal 106 260 217 74 0 23 37 241 53 60
Binary 1000110 10110000 10001111 111100 0 10011 11111 10100001 101011 110000

Color Harmonies of #46B08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B08F

Black with #46B08F

Text Example


Text Example

White with #46B08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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