Html Css Color HEX #4AAE8B Gossamer

📋 copy color: '#4AAE8B'

red 74 ◦ green 174 ◦ blue 139

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

Shades of Gossamer #4AAE8B

Tints of Gossamer #4AAE8B

RGB

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

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

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

R = 19.12%
G = 44.96%
B = 35.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#4AAE8B (or 0x4AAE8B) is known color: Gossamer. HEX triplet: 4A, AE and 8B. RGB value is (74,174,139). Sum of RGB (Red+Green+Blue) = 74+174+139=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE8B is #B55174. Grayscale: #8C8C8C. Windows color (decimal): -11882869 or 9154122. OLE color: 9154122.

HSL color Cylindrical-coordinate representation of color #4AAE8B: hue angle of 159º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE8B is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 174 139 -
CMYK 0.57 0 0.20 0.32
HSL 159º 0.4% 0.49% -
HSV(B) 159º 0.57% 0.68% -
XYZ 22.62 33.59 29.72 -
YUV 140.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 74 174 139 0.57 0 0.20 0.32 159 0.4 0.49
Hex 4A AE 8B 39 0 14 20 9F 28 31
Octal 112 256 213 71 0 24 40 237 50 61
Binary 1001010 10101110 10001011 111001 0 10100 100000 10011111 101000 110001

Color Harmonies of #4AAE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE8B

Black with #4AAE8B

Text Example


Text Example

White with #4AAE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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