#70AC8F

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

Shades of Acapulco #70AC8F

Tints of Acapulco #70AC8F

Color information

#70AC8F (or 0x70AC8F) is unknown color: approx Acapulco. HEX triplet: 70, AC and 8F. RGB value is (112,172,143). Sum of RGB (Red+Green+Blue) = 112+172+143=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC8F is #8F5370. Grayscale: #969696. Windows color (decimal): -9393009 or 9415792. OLE color: 9415792.

HSL color Cylindrical-coordinate representation of color #70AC8F: hue angle of 151º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC8F is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB112172143-
CMYK0.3500.170.33
HSL151º26.55%55.69%-
HSV(B)151º34.88%67.45%-
XYZ26.3934.9331.34-
YUV150.75123.62100.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=26.23%
G=40.28%
B=33.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721430.3500.170.3315126.5555.69
Hex70AC8F2301121971b38
Octal16025421743021412273370
Binary111000010101100100011111000110100011000011001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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