#70BEBA

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

Shades of Monte Carlo #70BEBA

Tints of Monte Carlo #70BEBA

Color information

#70BEBA (or 0x70BEBA) is unknown color: approx Monte Carlo. HEX triplet: 70, BE and BA. RGB value is (112,190,186). Sum of RGB (Red+Green+Blue) = 112+190+186=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEBA is #8F4145. Grayscale: #A6A6A6. Windows color (decimal): -9388358 or 12238448. OLE color: 12238448.

HSL color Cylindrical-coordinate representation of color #70BEBA: hue angle of 176.92º 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 #70BEBA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB112190186-
CMYK0.4100.020.25
HSL176.92º37.5%59.22%-
HSV(B)176.92º41.05%74.51%-
XYZ33.9643.8253.12-
YUV166.22139.1689.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=22.95%
G=38.93%
B=38.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901860.4100.020.25176.9237.559.22
Hex70BEBA290219b1263b
Octal1602762725102312614673
Binary111000010111110101110101010010101100110110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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