#70B598

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

Shades of Acapulco #70B598

Tints of Acapulco #70B598

Color information

#70B598 (or 0x70B598) is unknown color: approx Acapulco. HEX triplet: 70, B5 and 98. RGB value is (112,181,152). Sum of RGB (Red+Green+Blue) = 112+181+152=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #70B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B598 is #8F4A67. Grayscale: #9D9D9D. Windows color (decimal): -9390696 or 10007920. OLE color: 10007920.

HSL color Cylindrical-coordinate representation of color #70B598: hue angle of 154.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B598 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB112181152-
CMYK0.3800.160.29
HSL154.78º31.8%57.45%-
HSV(B)154.78º38.12%70.98%-
XYZ28.8738.7635.67-
YUV157.06125.1495.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=25.17%
G=40.67%
B=34.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811520.3800.160.29154.7831.857.45
Hex70B598260101D9b2039
Octal16026523046020352334071
Binary111000010110101100110001001100100001110110011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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