Html Css Color HEX #70B89A Acapulco

📋 copy color: '#70B89A'

red 112 ◦ green 184 ◦ blue 154

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

Shades of Acapulco #70B89A

Tints of Acapulco #70B89A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 24.89%
G = 40.89%
B = 34.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#70B89A (or 0x70B89A) is known color: Acapulco. HEX triplet: 70, B8 and 9A. RGB value is (112,184,154). Sum of RGB (Red+Green+Blue) = 112+184+154=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #70B89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B89A is #8F4765. Grayscale: #9F9F9F. Windows color (decimal): -9389926 or 10139760. OLE color: 10139760.

HSL color Cylindrical-coordinate representation of color #70B89A: hue angle of 155º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B89A is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 154 -
CMYK 0.39 0 0.16 0.28
HSL 155º 0.34% 0.58% -
HSV(B) 155º 0.39% 0.72% -
XYZ 29.66 40.06 36.74 -
YUV 159.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 112 184 154 0.39 0 0.16 0.28 155 0.34 0.58
Hex 70 B8 9A 27 0 10 1C 9B 22 3A
Octal 160 270 232 47 0 20 34 233 42 72
Binary 1110000 10111000 10011010 100111 0 10000 11100 10011011 100010 111010

Color Harmonies of #70B89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B89A

Black with #70B89A

Text Example


Text Example

White with #70B89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,154); }

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

background-color css

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

 a { background-color: rgb(112,184,154); }

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

border-color css

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

 span { border-color: rgb(112,184,154); }

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