Html Css Color HEX #4AA28E Gossamer

📋 copy color: '#4AA28E'

red 74 ◦ green 162 ◦ blue 142

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

Shades of Gossamer #4AA28E

Tints of Gossamer #4AA28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 19.58%
G = 42.86%
B = 37.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4AA28E (or 0x4AA28E) is known color: Gossamer. HEX triplet: 4A, A2 and 8E. RGB value is (74,162,142). Sum of RGB (Red+Green+Blue) = 74+162+142=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA28E is #B55D71. Grayscale: #858585. Windows color (decimal): -11885938 or 9347658. OLE color: 9347658.

HSL color Cylindrical-coordinate representation of color #4AA28E: hue angle of 166.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA28E is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 162 142 -
CMYK 0.54 0 0.12 0.36
HSL 166.36º 0.37% 0.46% -
HSV(B) 166.36º 0.54% 0.64% -
XYZ 20.63 29.25 30.15 -
YUV 133.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 74 162 142 0.54 0 0.12 0.36 166.36 0.37 0.46
Hex 4A A2 8E 36 0 C 24 A6 25 2E
Octal 112 242 216 66 0 14 44 246 45 56
Binary 1001010 10100010 10001110 110110 0 1100 100100 10100110 100101 101110

Color Harmonies of #4AA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA28E

Black with #4AA28E

Text Example


Text Example

White with #4AA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,162,142); }

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

background-color css

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

 a { background-color: rgb(74,162,142); }

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

border-color css

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

 span { border-color: rgb(74,162,142); }

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