#70C6AE

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

Shades of Monte Carlo #70C6AE

Tints of Monte Carlo #70C6AE

Color information

#70C6AE (or 0x70C6AE) is unknown color: approx Monte Carlo. HEX triplet: 70, C6 and AE. RGB value is (112,198,174). Sum of RGB (Red+Green+Blue) = 112+198+174=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #70C6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C6AE is #8F3951. Grayscale: #A9A9A9. Windows color (decimal): -9386322 or 11454064. OLE color: 11454064.

HSL color Cylindrical-coordinate representation of color #70C6AE: hue angle of 163.26º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C6AE is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB112198174-
CMYK0.4300.120.22
HSL163.26º43%60.78%-
HSV(B)163.26º43.43%77.65%-
XYZ34.5246.8947.28-
YUV169.55130.5186.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=23.14%
G=40.91%
B=35.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121981740.4300.120.22163.264360.78
Hex70C6AE2B0C16a32b3d
Octal16030625653014262435375
Binary11100001100011010101110101011011001011010100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,198,174); }

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

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

 a { background-color: rgb(112,198,174); }

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

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

 span { border-color: rgb(112,198,174); }

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