#70A28F

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

Shades of Acapulco #70A28F

Tints of Acapulco #70A28F

Color information

#70A28F (or 0x70A28F) is unknown color: approx Acapulco. HEX triplet: 70, A2 and 8F. RGB value is (112,162,143). Sum of RGB (Red+Green+Blue) = 112+162+143=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #70A28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A28F is #8F5D70. Grayscale: #909090. Windows color (decimal): -9395569 or 9413232. OLE color: 9413232.

HSL color Cylindrical-coordinate representation of color #70A28F: hue angle of 157.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A28F is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB112162143-
CMYK0.3100.120.36
HSL157.2º21.19%53.73%-
HSV(B)157.2º30.86%63.53%-
XYZ24.5631.2730.73-
YUV144.88126.94104.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=26.86%
G=38.85%
B=34.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621430.3100.120.36157.221.1953.73
Hex70A28F1F0C249d1536
Octal16024221737014442352566
Binary1110000101000101000111111111011001001001001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,143); }

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

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

 a { background-color: rgb(112,162,143); }

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

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

 span { border-color: rgb(112,162,143); }

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