Html Css Color HEX #70A288 Acapulco

📋 copy color: '#70A288'

red 112 ◦ green 162 ◦ blue 136

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

Shades of Acapulco #70A288

Tints of Acapulco #70A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.51%

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 27.32%
G = 39.51%
B = 33.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#70A288 (or 0x70A288) is known color: Acapulco. HEX triplet: 70, A2 and 88. RGB value is (112,162,136). Sum of RGB (Red+Green+Blue) = 112+162+136=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #70A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A288 is #8F5D77. Grayscale: #909090. Windows color (decimal): -9395576 or 8954480. OLE color: 8954480.

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

Color convert

RGB 112 162 136 -
CMYK 0.31 0 0.16 0.36
HSL 148.8º 0.21% 0.54% -
HSV(B) 148.8º 0.31% 0.64% -
XYZ 24.05 31.06 28.02 -
YUV 144.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 112 162 136 0.31 0 0.16 0.36 148.8 0.21 0.54
Hex 70 A2 88 1F 0 10 24 95 15 36
Octal 160 242 210 37 0 20 44 225 25 66
Binary 1110000 10100010 10001000 11111 0 10000 100100 10010101 10101 110110

Color Harmonies of #70A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A288

Black with #70A288

Text Example


Text Example

White with #70A288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,162,136); }

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

background-color css

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

 a { background-color: rgb(112,162,136); }

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

border-color css

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

 span { border-color: rgb(112,162,136); }

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