Html Css Color HEX #70BA9C Acapulco

📋 copy color: '#70BA9C'

red 112 ◦ green 186 ◦ blue 156

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

Shades of Acapulco #70BA9C

Tints of Acapulco #70BA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 24.67%
G = 40.97%
B = 34.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#70BA9C (or 0x70BA9C) is known color: Acapulco. HEX triplet: 70, BA and 9C. RGB value is (112,186,156). Sum of RGB (Red+Green+Blue) = 112+186+156=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA9C is #8F4563. Grayscale: #A0A0A0. Windows color (decimal): -9389412 or 10271344. OLE color: 10271344.

HSL color Cylindrical-coordinate representation of color #70BA9C: hue angle of 155.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA9C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 156 -
CMYK 0.40 0 0.16 0.27
HSL 155.68º 0.35% 0.58% -
HSV(B) 155.68º 0.4% 0.73% -
XYZ 30.24 40.96 37.77 -
YUV 160.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 112 186 156 0.40 0 0.16 0.27 155.68 0.35 0.58
Hex 70 BA 9C 28 0 10 1B 9C 23 3A
Octal 160 272 234 50 0 20 33 234 43 72
Binary 1110000 10111010 10011100 101000 0 10000 11011 10011100 100011 111010

Color Harmonies of #70BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA9C

Black with #70BA9C

Text Example


Text Example

White with #70BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,156); }

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

background-color css

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

 a { background-color: rgb(112,186,156); }

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

border-color css

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

 span { border-color: rgb(112,186,156); }

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