Html Css Color HEX #7CAD9C Acapulco

📋 copy color: '#7CAD9C'

red 124 ◦ green 173 ◦ blue 156

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

Shades of Acapulco #7CAD9C

Tints of Acapulco #7CAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.19%

 BLUE value IS 156 (61.33% from 255) = 34.44%

R = 27.37%
G = 38.19%
B = 34.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#7CAD9C (or 0x7CAD9C) is known color: Acapulco. HEX triplet: 7C, AD and 9C. RGB value is (124,173,156). Sum of RGB (Red+Green+Blue) = 124+173+156=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAD9C is #835263. Grayscale: #9C9C9C. Windows color (decimal): -8606308 or 10268028. OLE color: 10268028.

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

Color convert

RGB 124 173 156 -
CMYK 0.28 0 0.10 0.32
HSL 159.18º 0.23% 0.58% -
HSV(B) 159.18º 0.28% 0.68% -
XYZ 29.26 36.57 36.97 -
YUV 156.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 124 173 156 0.28 0 0.10 0.32 159.18 0.23 0.58
Hex 7C AD 9C 1C 0 A 20 9F 17 3A
Octal 174 255 234 34 0 12 40 237 27 72
Binary 1111100 10101101 10011100 11100 0 1010 100000 10011111 10111 111010

Color Harmonies of #7CAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAD9C

Black with #7CAD9C

Text Example


Text Example

White with #7CAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,156); }

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

background-color css

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

 a { background-color: rgb(124,173,156); }

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

border-color css

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

 span { border-color: rgb(124,173,156); }

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