#70B89D

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

Shades of Acapulco #70B89D

Tints of Acapulco #70B89D

Color information

#70B89D (or 0x70B89D) is unknown color: approx Acapulco. HEX triplet: 70, B8 and 9D. RGB value is (112,184,157). Sum of RGB (Red+Green+Blue) = 112+184+157=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #70B89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B89D is #8F4762. Grayscale: #9F9F9F. Windows color (decimal): -9389923 or 10336368. OLE color: 10336368.

HSL color Cylindrical-coordinate representation of color #70B89D: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B89D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB112184157-
CMYK0.3900.150.28
HSL157.5º33.64%58.04%-
HSV(B)157.5º39.13%72.16%-
XYZ29.9140.1638.07-
YUV159.39126.6594.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=24.72%
G=40.62%
B=34.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121841570.3900.150.28157.533.6458.04
Hex70B89D270F1C9e223a
Octal16027023547017342364272
Binary11100001011100010011101100111011111110010011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,157); }

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

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

 a { background-color: rgb(112,184,157); }

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

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

 span { border-color: rgb(112,184,157); }

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