#7CAD9D

Color #7CAD9D Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7CAD9D

Tints of Acapulco #7CAD9D

Color information

#7CAD9D (or 0x7CAD9D) is unknown color: approx Acapulco. HEX triplet: 7C, AD and 9D. RGB value is (124,173,157). Sum of RGB (Red+Green+Blue) = 124+173+157=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAD9D is #835262. Grayscale: #9C9C9C. Windows color (decimal): -8606307 or 10333564. OLE color: 10333564.

HSL color Cylindrical-coordinate representation of color #7CAD9D: hue angle of 160.41º 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 #7CAD9D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB124173157-
CMYK0.2800.090.32
HSL160.41º23%58.24%-
HSV(B)160.41º28.32%67.84%-
XYZ29.3436.6137.42-
YUV156.52128.27104.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=27.31%
G=38.11%
B=34.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241731570.2800.090.32160.412358.24
Hex7CAD9D1C0920a0173a
Octal17425523534011402402772
Binary1111100101011011001110111100010011000001010000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CAD9D;
 }
 .AnyTagClassName
 {
   color: #7CAD9D;
 }
</style>
background-color css

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

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

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

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

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

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