Html Css Color HEX #7CA394 Acapulco

📋 copy color: '#7CA394'

red 124 ◦ green 163 ◦ blue 148

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

Shades of Acapulco #7CA394

Tints of Acapulco #7CA394

RGB

 RED value IS 124 (48.83% from 255) = 28.51%

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 28.51%
G = 37.47%
B = 34.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#7CA394 (or 0x7CA394) is known color: Acapulco. HEX triplet: 7C, A3 and 94. RGB value is (124,163,148). Sum of RGB (Red+Green+Blue) = 124+163+148=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA394 is #835C6B. Grayscale: #959595. Windows color (decimal): -8608876 or 9741180. OLE color: 9741180.

HSL color Cylindrical-coordinate representation of color #7CA394: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7CA394 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 163 148 -
CMYK 0.24 0 0.09 0.36
HSL 156.92º 0.17% 0.56% -
HSV(B) 156.92º 0.24% 0.64% -
XYZ 26.75 32.62 32.9 -
YUV 149.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 124 163 148 0.24 0 0.09 0.36 156.92 0.17 0.56
Hex 7C A3 94 18 0 9 24 9D 11 38
Octal 174 243 224 30 0 11 44 235 21 70
Binary 1111100 10100011 10010100 11000 0 1001 100100 10011101 10001 111000

Color Harmonies of #7CA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA394

Black with #7CA394

Text Example


Text Example

White with #7CA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CA394; }

 p { color: rgb(124,163,148); }

 H1.HeaderClassName
 {
   color: #7CA394;
 }
 .AnyTagClassName
 {
   color: #7CA394;
 }
</style>

background-color css

<style>
 a { background-color: #7CA394; }

 a { background-color: rgb(124,163,148); }

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

border-color css

<style>
 span { border-color: #7CA394; }

 span { border-color: rgb(124,163,148); }

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