Html Css Color HEX #4AB18C Gossamer

📋 copy color: '#4AB18C'

red 74 ◦ green 177 ◦ blue 140

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

Shades of Gossamer #4AB18C

Tints of Gossamer #4AB18C

RGB

 RED value IS 74 (29.3% from 255) = 18.93%

 GREEN value IS 177 (69.53% from 255) = 45.27%

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

R = 18.93%
G = 45.27%
B = 35.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#4AB18C (or 0x4AB18C) is known color: Gossamer. HEX triplet: 4A, B1 and 8C. RGB value is (74,177,140). Sum of RGB (Red+Green+Blue) = 74+177+140=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB18C is #B54E73. Grayscale: #8E8E8E. Windows color (decimal): -11882100 or 9220426. OLE color: 9220426.

HSL color Cylindrical-coordinate representation of color #4AB18C: hue angle of 158.45º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB18C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 177 140 -
CMYK 0.58 0 0.21 0.31
HSL 158.45º 0.41% 0.49% -
HSV(B) 158.45º 0.58% 0.69% -
XYZ 23.28 34.79 30.3 -
YUV 141.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 74 177 140 0.58 0 0.21 0.31 158.45 0.41 0.49
Hex 4A B1 8C 3A 0 15 1F 9E 29 31
Octal 112 261 214 72 0 25 37 236 51 61
Binary 1001010 10110001 10001100 111010 0 10101 11111 10011110 101001 110001

Color Harmonies of #4AB18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB18C

Black with #4AB18C

Text Example


Text Example

White with #4AB18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AB18C; }

 p { color: rgb(74,177,140); }

 H1.HeaderClassName
 {
   color: #4AB18C;
 }
 .AnyTagClassName
 {
   color: #4AB18C;
 }
</style>

background-color css

<style>
 a { background-color: #4AB18C; }

 a { background-color: rgb(74,177,140); }

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

border-color css

<style>
 span { border-color: #4AB18C; }

 span { border-color: rgb(74,177,140); }

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