Html Css Color HEX #70AE9C Acapulco

📋 copy color: '#70AE9C'

red 112 ◦ green 174 ◦ blue 156

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

Shades of Acapulco #70AE9C

Tints of Acapulco #70AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.37%

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 25.34%
G = 39.37%
B = 35.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#70AE9C (or 0x70AE9C) is known color: Acapulco. HEX triplet: 70, AE and 9C. RGB value is (112,174,156). Sum of RGB (Red+Green+Blue) = 112+174+156=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE9C is #8F5163. Grayscale: #999999. Windows color (decimal): -9392484 or 10268272. OLE color: 10268272.

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

Color convert

RGB 112 174 156 -
CMYK 0.36 0 0.10 0.32
HSL 162.58º 0.28% 0.56% -
HSV(B) 162.58º 0.36% 0.68% -
XYZ 27.82 36.12 36.96 -
YUV 153.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 112 174 156 0.36 0 0.10 0.32 162.58 0.28 0.56
Hex 70 AE 9C 24 0 A 20 A3 1C 38
Octal 160 256 234 44 0 12 40 243 34 70
Binary 1110000 10101110 10011100 100100 0 1010 100000 10100011 11100 111000

Color Harmonies of #70AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE9C

Black with #70AE9C

Text Example


Text Example

White with #70AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,174,156); }

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

background-color css

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

 a { background-color: rgb(112,174,156); }

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

border-color css

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

 span { border-color: rgb(112,174,156); }

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