#7CAF9A

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

Shades of Acapulco #7CAF9A

Tints of Acapulco #7CAF9A

Color information

#7CAF9A (or 0x7CAF9A) is unknown color: approx Acapulco. HEX triplet: 7C, AF and 9A. RGB value is (124,175,154). Sum of RGB (Red+Green+Blue) = 124+175+154=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF9A is #835065. Grayscale: #9D9D9D. Windows color (decimal): -8605798 or 10137468. OLE color: 10137468.

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

Color convert

RGB124175154-
CMYK0.2900.120.31
HSL155.29º24.17%58.63%-
HSV(B)155.29º29.14%68.63%-
XYZ29.4737.2836.21-
YUV157.36126.1104.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=27.37%
G=38.63%
B=34.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751540.2900.120.31155.2924.1758.63
Hex7CAF9A1D0C1F9b183b
Octal17425723235014372333073
Binary111110010101111100110101110101100111111001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,154); }

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

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

 a { background-color: rgb(124,175,154); }

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

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

 span { border-color: rgb(124,175,154); }

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