#70C1AA

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

Shades of Monte Carlo #70C1AA

Tints of Monte Carlo #70C1AA

Color information

#70C1AA (or 0x70C1AA) is unknown color: approx Monte Carlo. HEX triplet: 70, C1 and AA. RGB value is (112,193,170). Sum of RGB (Red+Green+Blue) = 112+193+170=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C1AA is #8F3E55. Grayscale: #A6A6A6. Windows color (decimal): -9387606 or 11190640. OLE color: 11190640.

HSL color Cylindrical-coordinate representation of color #70C1AA: hue angle of 162.96º 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 #70C1AA is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB112193170-
CMYK0.4200.120.24
HSL162.96º39.51%59.8%-
HSV(B)162.96º41.97%75.69%-
XYZ33.0144.4944.88-
YUV166.16130.1689.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=23.58%
G=40.63%
B=35.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931700.4200.120.24162.9639.5159.8
Hex70C1AA2A0C18a3283c
Octal16030125252014302435074
Binary11100001100000110101010101010011001100010100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,193,170); }

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

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

 a { background-color: rgb(112,193,170); }

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

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

 span { border-color: rgb(112,193,170); }

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