#70A798

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

Shades of Acapulco #70A798

Tints of Acapulco #70A798

Color information

#70A798 (or 0x70A798) is unknown color: approx Acapulco. HEX triplet: 70, A7 and 98. RGB value is (112,167,152). Sum of RGB (Red+Green+Blue) = 112+167+152=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #70A798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A798 is #8F5867. Grayscale: #949494. Windows color (decimal): -9394280 or 10004336. OLE color: 10004336.

HSL color Cylindrical-coordinate representation of color #70A798: hue angle of 163.64º degrees, saturation: 0.24, 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 #70A798 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB112167152-
CMYK0.3300.090.35
HSL163.64º23.81%54.71%-
HSV(B)163.64º32.93%65.49%-
XYZ26.1733.3534.76-
YUV148.84129.78101.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=25.99%
G=38.75%
B=35.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121671520.3300.090.35163.6423.8154.71
Hex70A798210923a41837
Octal16024723041011432443067
Binary11100001010011110011000100001010011000111010010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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