#70AE8E

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

Shades of Acapulco #70AE8E

Tints of Acapulco #70AE8E

Color information

#70AE8E (or 0x70AE8E) is unknown color: approx Acapulco. HEX triplet: 70, AE and 8E. RGB value is (112,174,142). Sum of RGB (Red+Green+Blue) = 112+174+142=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE8E is #8F5171. Grayscale: #979797. Windows color (decimal): -9392498 or 9350768. OLE color: 9350768.

HSL color Cylindrical-coordinate representation of color #70AE8E: hue angle of 149.03º 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 #70AE8E is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB112174142-
CMYK0.3600.180.32
HSL149.03º27.68%56.08%-
HSV(B)149.03º35.63%68.24%-
XYZ26.735.6731.07-
YUV151.81122.4699.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=26.17%
G=40.65%
B=33.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741420.3600.180.32149.0327.6856.08
Hex70AE8E2401220951c38
Octal16025621644022402253470
Binary111000010101110100011101001000100101000001001010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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