Html Css Color HEX #70AF99 Acapulco

📋 copy color: '#70AF99'

red 112 ◦ green 175 ◦ blue 153

#70AF99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #70AF99

Tints of Acapulco #70AF99

RGB

 RED value IS 112 (44.14% from 255) = 25.45%

 GREEN value IS 175 (68.75% from 255) = 39.77%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 25.45%
G = 39.77%
B = 34.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#70AF99 (or 0x70AF99) is known color: Acapulco. HEX triplet: 70, AF and 99. RGB value is (112,175,153). Sum of RGB (Red+Green+Blue) = 112+175+153=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF99 is #8F5066. Grayscale: #999999. Windows color (decimal): -9392231 or 10071920. OLE color: 10071920.

HSL color Cylindrical-coordinate representation of color #70AF99: hue angle of 159.05º 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 #70AF99 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 175 153 -
CMYK 0.36 0 0.13 0.31
HSL 159.05º 0.28% 0.56% -
HSV(B) 159.05º 0.36% 0.69% -
XYZ 27.76 36.4 35.7 -
YUV 153.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 112 175 153 0.36 0 0.13 0.31 159.05 0.28 0.56
Hex 70 AF 99 24 0 D 1F 9F 1C 38
Octal 160 257 231 44 0 15 37 237 34 70
Binary 1110000 10101111 10011001 100100 0 1101 11111 10011111 11100 111000

Color Harmonies of #70AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF99

Black with #70AF99

Text Example


Text Example

White with #70AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AF99;
 }
 .AnyTagClassName
 {
   color: #70AF99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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