Html Css Color HEX #7CAE96 Acapulco

📋 copy color: '#7CAE96'

red 124 ◦ green 174 ◦ blue 150

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

Shades of Acapulco #7CAE96

Tints of Acapulco #7CAE96

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 150 (58.98% from 255) = 33.48%

R = 27.68%
G = 38.84%
B = 33.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#7CAE96 (or 0x7CAE96) is known color: Acapulco. HEX triplet: 7C, AE and 96. RGB value is (124,174,150). Sum of RGB (Red+Green+Blue) = 124+174+150=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE96 is #835169. Grayscale: #9C9C9C. Windows color (decimal): -8606058 or 9875068. OLE color: 9875068.

HSL color Cylindrical-coordinate representation of color #7CAE96: hue angle of 151.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAE96 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 174 150 -
CMYK 0.29 0 0.14 0.32
HSL 151.2º 0.24% 0.58% -
HSV(B) 151.2º 0.29% 0.68% -
XYZ 28.95 36.76 34.42 -
YUV 156.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 124 174 150 0.29 0 0.14 0.32 151.2 0.24 0.58
Hex 7C AE 96 1D 0 E 20 97 18 3A
Octal 174 256 226 35 0 16 40 227 30 72
Binary 1111100 10101110 10010110 11101 0 1110 100000 10010111 11000 111010

Color Harmonies of #7CAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE96

Black with #7CAE96

Text Example


Text Example

White with #7CAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,174,150); }

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

background-color css

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

 a { background-color: rgb(124,174,150); }

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

border-color css

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

 span { border-color: rgb(124,174,150); }

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