#70BA9C

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

Shades of Acapulco #70BA9C

Tints of Acapulco #70BA9C

Color information

#70BA9C (or 0x70BA9C) is unknown color: approx Acapulco. HEX triplet: 70, BA and 9C. RGB value is (112,186,156). Sum of RGB (Red+Green+Blue) = 112+186+156=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA9C is #8F4563. Grayscale: #A0A0A0. Windows color (decimal): -9389412 or 10271344. OLE color: 10271344.

HSL color Cylindrical-coordinate representation of color #70BA9C: hue angle of 155.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA9C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB112186156-
CMYK0.4000.160.27
HSL155.68º34.91%58.43%-
HSV(B)155.68º39.78%72.94%-
XYZ30.2440.9637.77-
YUV160.45125.4893.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=24.67%
G=40.97%
B=34.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861560.4000.160.27155.6834.9158.43
Hex70BA9C280101B9c233a
Octal16027223450020332344372
Binary111000010111010100111001010000100001101110011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BA9C; }

 p { color: rgb(112,186,156); }

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

<style>
 a { background-color: #70BA9C; }

 a { background-color: rgb(112,186,156); }

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

<style>
 span { border-color: #70BA9C; }

 span { border-color: rgb(112,186,156); }

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