Html Css Color HEX #70A98D Acapulco

📋 copy color: '#70A98D'

red 112 ◦ green 169 ◦ blue 141

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

Shades of Acapulco #70A98D

Tints of Acapulco #70A98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

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

R = 26.54%
G = 40.05%
B = 33.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#70A98D (or 0x70A98D) is known color: Acapulco. HEX triplet: 70, A9 and 8D. RGB value is (112,169,141). Sum of RGB (Red+Green+Blue) = 112+169+141=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #70A98D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A98D is #8F5672. Grayscale: #949494. Windows color (decimal): -9393779 or 9283952. OLE color: 9283952.

HSL color Cylindrical-coordinate representation of color #70A98D: hue angle of 150.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A98D is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 169 141 -
CMYK 0.34 0 0.17 0.34
HSL 150.53º 0.25% 0.55% -
HSV(B) 150.53º 0.34% 0.66% -
XYZ 25.68 33.74 30.36 -
YUV 148.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 112 169 141 0.34 0 0.17 0.34 150.53 0.25 0.55
Hex 70 A9 8D 22 0 11 22 97 19 37
Octal 160 251 215 42 0 21 42 227 31 67
Binary 1110000 10101001 10001101 100010 0 10001 100010 10010111 11001 110111

Color Harmonies of #70A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A98D

Black with #70A98D

Text Example


Text Example

White with #70A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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