Html Css Color HEX #70AD92 Acapulco

📋 copy color: '#70AD92'

red 112 ◦ green 173 ◦ blue 146

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

Shades of Acapulco #70AD92

Tints of Acapulco #70AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 25.99%
G = 40.14%
B = 33.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#70AD92 (or 0x70AD92) is known color: Acapulco. HEX triplet: 70, AD and 92. RGB value is (112,173,146). Sum of RGB (Red+Green+Blue) = 112+173+146=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AD92 is #8F526D. Grayscale: #979797. Windows color (decimal): -9392750 or 9612656. OLE color: 9612656.

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

Color convert

RGB 112 173 146 -
CMYK 0.35 0 0.16 0.32
HSL 153.44º 0.27% 0.56% -
HSV(B) 153.44º 0.35% 0.68% -
XYZ 26.81 35.41 32.62 -
YUV 151.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 112 173 146 0.35 0 0.16 0.32 153.44 0.27 0.56
Hex 70 AD 92 23 0 10 20 99 1B 38
Octal 160 255 222 43 0 20 40 231 33 70
Binary 1110000 10101101 10010010 100011 0 10000 100000 10011001 11011 111000

Color Harmonies of #70AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AD92

Black with #70AD92

Text Example


Text Example

White with #70AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,146); }

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

background-color css

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

 a { background-color: rgb(112,173,146); }

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

border-color css

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

 span { border-color: rgb(112,173,146); }

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