#70AF93

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

Shades of Acapulco #70AF93

Tints of Acapulco #70AF93

Color information

#70AF93 (or 0x70AF93) is unknown color: approx Acapulco. HEX triplet: 70, AF and 93. RGB value is (112,175,147). Sum of RGB (Red+Green+Blue) = 112+175+147=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF93 is #8F506C. Grayscale: #999999. Windows color (decimal): -9392237 or 9678704. OLE color: 9678704.

HSL color Cylindrical-coordinate representation of color #70AF93: hue angle of 153.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF93 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB112175147-
CMYK0.3600.160.31
HSL153.33º28.25%56.27%-
HSV(B)153.33º36%68.63%-
XYZ27.2836.2133.16-
YUV152.97124.6398.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=25.81%
G=40.32%
B=33.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751470.3600.160.31153.3328.2556.27
Hex70AF93240101F991c38
Octal16025722344020372313470
Binary11100001010111110010011100100010000111111001100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,175,147); }

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

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

 a { background-color: rgb(112,175,147); }

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

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

 span { border-color: rgb(112,175,147); }

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