Html Css Color HEX #70AF8D Acapulco

📋 copy color: '#70AF8D'

red 112 ◦ green 175 ◦ blue 141

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

Shades of Acapulco #70AF8D

Tints of Acapulco #70AF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 26.17%
G = 40.89%
B = 32.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#70AF8D (or 0x70AF8D) is known color: Acapulco. HEX triplet: 70, AF and 8D. RGB value is (112,175,141). Sum of RGB (Red+Green+Blue) = 112+175+141=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF8D is #8F5072. Grayscale: #989898. Windows color (decimal): -9392243 or 9285488. OLE color: 9285488.

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

Color convert

RGB 112 175 141 -
CMYK 0.36 0 0.19 0.31
HSL 147.62º 0.28% 0.56% -
HSV(B) 147.62º 0.36% 0.69% -
XYZ 26.82 36.03 30.74 -
YUV 152.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 112 175 141 0.36 0 0.19 0.31 147.62 0.28 0.56
Hex 70 AF 8D 24 0 13 1F 94 1C 38
Octal 160 257 215 44 0 23 37 224 34 70
Binary 1110000 10101111 10001101 100100 0 10011 11111 10010100 11100 111000

Color Harmonies of #70AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AF8D

Black with #70AF8D

Text Example


Text Example

White with #70AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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