#70BEB4

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

Shades of Monte Carlo #70BEB4

Tints of Monte Carlo #70BEB4

Color information

#70BEB4 (or 0x70BEB4) is unknown color: approx Monte Carlo. HEX triplet: 70, BE and B4. RGB value is (112,190,180). Sum of RGB (Red+Green+Blue) = 112+190+180=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEB4 is #8F414B. Grayscale: #A5A5A5. Windows color (decimal): -9388364 or 11845232. OLE color: 11845232.

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

Color convert

RGB112190180-
CMYK0.4100.050.25
HSL172.31º37.5%59.22%-
HSV(B)172.31º41.05%74.51%-
XYZ33.3343.5749.83-
YUV165.54136.1689.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=23.24%
G=39.42%
B=37.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901800.4100.050.25172.3137.559.22
Hex70BEB4290519ac263b
Octal1602762645105312544673
Binary1110000101111101011010010100101011100110101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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