#70A698

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

Shades of Acapulco #70A698

Tints of Acapulco #70A698

Color information

#70A698 (or 0x70A698) is unknown color: approx Acapulco. HEX triplet: 70, A6 and 98. RGB value is (112,166,152). Sum of RGB (Red+Green+Blue) = 112+166+152=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #70A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A698 is #8F5967. Grayscale: #949494. Windows color (decimal): -9394536 or 10004080. OLE color: 10004080.

HSL color Cylindrical-coordinate representation of color #70A698: hue angle of 164.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A698 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB112166152-
CMYK0.3300.080.35
HSL164.44º23.28%54.51%-
HSV(B)164.44º32.53%65.1%-
XYZ25.9932.9834.7-
YUV148.26130.11102.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=26.05%
G=38.60%
B=35.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661520.3300.080.35164.4423.2854.51
Hex70A698210823a41737
Octal16024623041010432442767
Binary11100001010011010011000100001010001000111010010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,152); }

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

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

 a { background-color: rgb(112,166,152); }

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

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

 span { border-color: rgb(112,166,152); }

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