#70BEAE

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

Shades of Monte Carlo #70BEAE

Tints of Monte Carlo #70BEAE

Color information

#70BEAE (or 0x70BEAE) is unknown color: approx Monte Carlo. HEX triplet: 70, BE and AE. RGB value is (112,190,174). Sum of RGB (Red+Green+Blue) = 112+190+174=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEAE is #8F4151. Grayscale: #A4A4A4. Windows color (decimal): -9388370 or 11452016. OLE color: 11452016.

HSL color Cylindrical-coordinate representation of color #70BEAE: hue angle of 167.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BEAE is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB112190174-
CMYK0.4100.080.25
HSL167.69º37.5%59.22%-
HSV(B)167.69º41.05%74.51%-
XYZ32.7443.3346.68-
YUV164.85133.1690.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.53%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=23.53%
G=39.92%
B=36.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901740.4100.080.25167.6937.559.22
Hex70BEAE290819a8263b
Octal16027625651010312504673
Binary11100001011111010101110101001010001100110101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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