Html Css Color HEX #4CA697 Gossamer

📋 copy color: '#4CA697'

red 76 ◦ green 166 ◦ blue 151

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

Shades of Gossamer #4CA697

Tints of Gossamer #4CA697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 19.34%
G = 42.24%
B = 38.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#4CA697 (or 0x4CA697) is known color: Gossamer. HEX triplet: 4C, A6 and 97. RGB value is (76,166,151). Sum of RGB (Red+Green+Blue) = 76+166+151=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA697 is #B35968. Grayscale: #898989. Windows color (decimal): -11753833 or 9938508. OLE color: 9938508.

HSL color Cylindrical-coordinate representation of color #4CA697: hue angle of 170º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA697 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 166 151 -
CMYK 0.54 0 0.09 0.35
HSL 170º 0.37% 0.47% -
HSV(B) 170º 0.54% 0.65% -
XYZ 22.2 31.04 34.1 -
YUV 137.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 76 166 151 0.54 0 0.09 0.35 170 0.37 0.47
Hex 4C A6 97 36 0 9 23 AA 25 2F
Octal 114 246 227 66 0 11 43 252 45 57
Binary 1001100 10100110 10010111 110110 0 1001 100011 10101010 100101 101111

Color Harmonies of #4CA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA697

Black with #4CA697

Text Example


Text Example

White with #4CA697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,166,151); }

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

background-color css

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

 a { background-color: rgb(76,166,151); }

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

border-color css

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

 span { border-color: rgb(76,166,151); }

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