#70B69D

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

Shades of Acapulco #70B69D

Tints of Acapulco #70B69D

Color information

#70B69D (or 0x70B69D) is unknown color: approx Acapulco. HEX triplet: 70, B6 and 9D. RGB value is (112,182,157). Sum of RGB (Red+Green+Blue) = 112+182+157=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #70B69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B69D is #8F4962. Grayscale: #9E9E9E. Windows color (decimal): -9390435 or 10335856. OLE color: 10335856.

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

Color convert

RGB112182157-
CMYK0.3800.140.29
HSL158.57º32.41%57.65%-
HSV(B)158.57º38.46%71.37%-
XYZ29.539.3337.94-
YUV158.22127.3195.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=24.83%
G=40.35%
B=34.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121821570.3800.140.29158.5732.4157.65
Hex70B69D260E1D9f203a
Octal16026623546016352374072
Binary11100001011011010011101100110011101110110011111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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