Html Css Color HEX #4AB18B Gossamer

📋 copy color: '#4AB18B'

red 74 ◦ green 177 ◦ blue 139

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

Shades of Gossamer #4AB18B

Tints of Gossamer #4AB18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 18.97%
G = 45.38%
B = 35.64%

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

#4AB18B (or 0x4AB18B) is known color: Gossamer. HEX triplet: 4A, B1 and 8B. RGB value is (74,177,139). Sum of RGB (Red+Green+Blue) = 74+177+139=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB18B is #B54E74. Grayscale: #8D8D8D. Windows color (decimal): -11882101 or 9154890. OLE color: 9154890.

HSL color Cylindrical-coordinate representation of color #4AB18B: hue angle of 157.86º 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 #4AB18B is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 177 139 -
CMYK 0.58 0 0.21 0.31
HSL 157.86º 0.41% 0.49% -
HSV(B) 157.86º 0.58% 0.69% -
XYZ 23.21 34.76 29.91 -
YUV 141.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 74 177 139 0.58 0 0.21 0.31 157.86 0.41 0.49
Hex 4A B1 8B 3A 0 15 1F 9E 29 31
Octal 112 261 213 72 0 25 37 236 51 61
Binary 1001010 10110001 10001011 111010 0 10101 11111 10011110 101001 110001

Color Harmonies of #4AB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB18B

Black with #4AB18B

Text Example


Text Example

White with #4AB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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