#70B99B

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

Shades of Acapulco #70B99B

Tints of Acapulco #70B99B

Color information

#70B99B (or 0x70B99B) is unknown color: approx Acapulco. HEX triplet: 70, B9 and 9B. RGB value is (112,185,155). Sum of RGB (Red+Green+Blue) = 112+185+155=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #70B99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B99B is #8F4664. Grayscale: #9F9F9F. Windows color (decimal): -9389669 or 10205552. OLE color: 10205552.

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

Color convert

RGB112185155-
CMYK0.3900.160.27
HSL155.34º34.27%58.24%-
HSV(B)155.34º39.46%72.55%-
XYZ29.9540.5137.25-
YUV159.75125.3293.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 155 (60.94% from 255) = 34.29%
R=24.78%
G=40.93%
B=34.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121851550.3900.160.27155.3434.2758.24
Hex70B99B270101B9b223a
Octal16027123347020332334272
Binary111000010111001100110111001110100001101110011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,185,155); }

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

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

 a { background-color: rgb(112,185,155); }

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

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

 span { border-color: rgb(112,185,155); }

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