#70AE99

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

Shades of Acapulco #70AE99

Tints of Acapulco #70AE99

Color information

#70AE99 (or 0x70AE99) is unknown color: approx Acapulco. HEX triplet: 70, AE and 99. RGB value is (112,174,153). Sum of RGB (Red+Green+Blue) = 112+174+153=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE99 is #8F5166. Grayscale: #999999. Windows color (decimal): -9392487 or 10071664. OLE color: 10071664.

HSL color Cylindrical-coordinate representation of color #70AE99: hue angle of 159.68º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AE99 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB112174153-
CMYK0.3600.120.32
HSL159.68º27.68%56.08%-
HSV(B)159.68º35.63%68.24%-
XYZ27.5736.0235.64-
YUV153.07127.9698.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=25.51%
G=39.64%
B=34.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741530.3600.120.32159.6827.6856.08
Hex70AE99240C20a01c38
Octal16025623144014402403470
Binary11100001010111010011001100100011001000001010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,174,153); }

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

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

 a { background-color: rgb(112,174,153); }

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

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

 span { border-color: rgb(112,174,153); }

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