Html Css Color HEX #4AAF8C Gossamer

📋 copy color: '#4AAF8C'

red 74 ◦ green 175 ◦ blue 140

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

Shades of Gossamer #4AAF8C

Tints of Gossamer #4AAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

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

R = 19.02%
G = 44.99%
B = 35.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#4AAF8C (or 0x4AAF8C) is known color: Gossamer. HEX triplet: 4A, AF and 8C. RGB value is (74,175,140). Sum of RGB (Red+Green+Blue) = 74+175+140=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF8C is #B55073. Grayscale: #8C8C8C. Windows color (decimal): -11882612 or 9219914. OLE color: 9219914.

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

Color convert

RGB 74 175 140 -
CMYK 0.58 0 0.2 0.31
HSL 159.21º 0.41% 0.49% -
HSV(B) 159.21º 0.58% 0.69% -
XYZ 22.89 34.01 30.17 -
YUV 140.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 74 175 140 0.58 0 0.2 0.31 159.21 0.41 0.49
Hex 4A AF 8C 3A 0 14 1F 9F 29 31
Octal 112 257 214 72 0 24 37 237 51 61
Binary 1001010 10101111 10001100 111010 0 10100 11111 10011111 101001 110001

Color Harmonies of #4AAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF8C

Black with #4AAF8C

Text Example


Text Example

White with #4AAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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