Html Css Color HEX #4CAA8C Gossamer

📋 copy color: '#4CAA8C'

red 76 ◦ green 170 ◦ blue 140

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

Shades of Gossamer #4CAA8C

Tints of Gossamer #4CAA8C

RGB

 RED value IS 76 (30.08% from 255) = 19.69%

 GREEN value IS 170 (66.8% from 255) = 44.04%

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

R = 19.69%
G = 44.04%
B = 36.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#4CAA8C (or 0x4CAA8C) is known color: Gossamer. HEX triplet: 4C, AA and 8C. RGB value is (76,170,140). Sum of RGB (Red+Green+Blue) = 76+170+140=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8C is #B35573. Grayscale: #8A8A8A. Windows color (decimal): -11752820 or 9218636. OLE color: 9218636.

HSL color Cylindrical-coordinate representation of color #4CAA8C: hue angle of 160.85º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA8C is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 170 140 -
CMYK 0.55 0 0.18 0.33
HSL 160.85º 0.38% 0.48% -
HSV(B) 160.85º 0.55% 0.67% -
XYZ 22.09 32.18 29.86 -
YUV 138.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 76 170 140 0.55 0 0.18 0.33 160.85 0.38 0.48
Hex 4C AA 8C 37 0 12 21 A1 26 30
Octal 114 252 214 67 0 22 41 241 46 60
Binary 1001100 10101010 10001100 110111 0 10010 100001 10100001 100110 110000

Color Harmonies of #4CAA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA8C

Black with #4CAA8C

Text Example


Text Example

White with #4CAA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,140); }

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

background-color css

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

 a { background-color: rgb(76,170,140); }

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

border-color css

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

 span { border-color: rgb(76,170,140); }

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