#70C2AC

Color #70C2AC Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #70C2AC

Tints of Monte Carlo #70C2AC

Color information

#70C2AC (or 0x70C2AC) is unknown color: approx Monte Carlo. HEX triplet: 70, C2 and AC. RGB value is (112,194,172). Sum of RGB (Red+Green+Blue) = 112+194+172=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #70C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C2AC is #8F3D53. Grayscale: #A6A6A6. Windows color (decimal): -9387348 or 11321968. OLE color: 11321968.

HSL color Cylindrical-coordinate representation of color #70C2AC: hue angle of 163.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C2AC is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB112194172-
CMYK0.4200.110.24
HSL163.9º40.2%60%-
HSV(B)163.9º42.27%76.08%-
XYZ33.4245.0145.96-
YUV166.97130.8388.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=23.43%
G=40.59%
B=35.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121941720.4200.110.24163.940.260
Hex70C2AC2A0B18a4283c
Octal16030225452013302445074
Binary11100001100001010101100101010010111100010100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,194,172); }

 H1.HeaderClassName
 {
   color: #70C2AC;
 }
 .AnyTagClassName
 {
   color: #70C2AC;
 }
</style>
background-color css

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

 a { background-color: rgb(112,194,172); }

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

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

 span { border-color: rgb(112,194,172); }

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