Html Css Color HEX #70B698 Acapulco

📋 copy color: '#70B698'

red 112 ◦ green 182 ◦ blue 152

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

Shades of Acapulco #70B698

Tints of Acapulco #70B698

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 25.11%
G = 40.81%
B = 34.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#70B698 (or 0x70B698) is known color: Acapulco. HEX triplet: 70, B6 and 98. RGB value is (112,182,152). Sum of RGB (Red+Green+Blue) = 112+182+152=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #70B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B698 is #8F4967. Grayscale: #9D9D9D. Windows color (decimal): -9390440 or 10008176. OLE color: 10008176.

HSL color Cylindrical-coordinate representation of color #70B698: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B698 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 182 152 -
CMYK 0.38 0 0.16 0.29
HSL 154.29º 0.32% 0.58% -
HSV(B) 154.29º 0.38% 0.71% -
XYZ 29.08 39.17 35.73 -
YUV 157.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 112 182 152 0.38 0 0.16 0.29 154.29 0.32 0.58
Hex 70 B6 98 26 0 10 1D 9A 20 3A
Octal 160 266 230 46 0 20 35 232 40 72
Binary 1110000 10110110 10011000 100110 0 10000 11101 10011010 100000 111010

Color Harmonies of #70B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B698

Black with #70B698

Text Example


Text Example

White with #70B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,182,152); }

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

background-color css

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

 a { background-color: rgb(112,182,152); }

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

border-color css

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

 span { border-color: rgb(112,182,152); }

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