Html Css Color HEX #70B89D Acapulco

📋 copy color: '#70B89D'

red 112 ◦ green 184 ◦ blue 157

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

Shades of Acapulco #70B89D

Tints of Acapulco #70B89D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 24.72%
G = 40.62%
B = 34.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#70B89D (or 0x70B89D) is known color: Acapulco. HEX triplet: 70, B8 and 9D. RGB value is (112,184,157). Sum of RGB (Red+Green+Blue) = 112+184+157=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 184 - color contains mainly: green. Hex color #70B89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B89D is #8F4762. Grayscale: #9F9F9F. Windows color (decimal): -9389923 or 10336368. OLE color: 10336368.

HSL color Cylindrical-coordinate representation of color #70B89D: hue angle of 157.5º 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 #70B89D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 157 -
CMYK 0.39 0 0.15 0.28
HSL 157.5º 0.34% 0.58% -
HSV(B) 157.5º 0.39% 0.72% -
XYZ 29.91 40.16 38.07 -
YUV 159.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 112 184 157 0.39 0 0.15 0.28 157.5 0.34 0.58
Hex 70 B8 9D 27 0 F 1C 9E 22 3A
Octal 160 270 235 47 0 17 34 236 42 72
Binary 1110000 10111000 10011101 100111 0 1111 11100 10011110 100010 111010

Color Harmonies of #70B89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B89D

Black with #70B89D

Text Example


Text Example

White with #70B89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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