Html Css Color HEX #7CB49E Acapulco

📋 copy color: '#7CB49E'

red 124 ◦ green 180 ◦ blue 158

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

Shades of Acapulco #7CB49E

Tints of Acapulco #7CB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 26.84%
G = 38.96%
B = 34.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#7CB49E (or 0x7CB49E) is known color: Acapulco. HEX triplet: 7C, B4 and 9E. RGB value is (124,180,158). Sum of RGB (Red+Green+Blue) = 124+180+158=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB49E is #834B61. Grayscale: #A0A0A0. Windows color (decimal): -8604514 or 10400892. OLE color: 10400892.

HSL color Cylindrical-coordinate representation of color #7CB49E: hue angle of 156.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB49E is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 180 158 -
CMYK 0.31 0 0.12 0.29
HSL 156.43º 0.27% 0.6% -
HSV(B) 156.43º 0.31% 0.71% -
XYZ 30.8 39.4 38.33 -
YUV 160.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 124 180 158 0.31 0 0.12 0.29 156.43 0.27 0.6
Hex 7C B4 9E 1F 0 C 1D 9C 1B 3C
Octal 174 264 236 37 0 14 35 234 33 74
Binary 1111100 10110100 10011110 11111 0 1100 11101 10011100 11011 111100

Color Harmonies of #7CB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB49E

Black with #7CB49E

Text Example


Text Example

White with #7CB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,180,158); }

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

background-color css

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

 a { background-color: rgb(124,180,158); }

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

border-color css

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

 span { border-color: rgb(124,180,158); }

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