#70A98A

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

Shades of Acapulco #70A98A

Tints of Acapulco #70A98A

Color information

#70A98A (or 0x70A98A) is unknown color: approx Acapulco. HEX triplet: 70, A9 and 8A. RGB value is (112,169,138). Sum of RGB (Red+Green+Blue) = 112+169+138=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #70A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A98A is #8F5675. Grayscale: #949494. Windows color (decimal): -9393782 or 9087344. OLE color: 9087344.

HSL color Cylindrical-coordinate representation of color #70A98A: hue angle of 147.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A98A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB112169138-
CMYK0.3400.180.34
HSL147.37º24.89%55.1%-
HSV(B)147.37º33.73%66.27%-
XYZ25.4633.6629.2-
YUV148.42122.12102.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=26.73%
G=40.33%
B=32.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691380.3400.180.34147.3724.8955.1
Hex70A98A2201222931937
Octal16025121242022422233167
Binary111000010101001100010101000100100101000101001001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,138); }

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

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

 a { background-color: rgb(112,169,138); }

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

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

 span { border-color: rgb(112,169,138); }

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