#70BEB9

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

Shades of Monte Carlo #70BEB9

Tints of Monte Carlo #70BEB9

Color information

#70BEB9 (or 0x70BEB9) is unknown color: approx Monte Carlo. HEX triplet: 70, BE and B9. RGB value is (112,190,185). Sum of RGB (Red+Green+Blue) = 112+190+185=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEB9 is #8F4146. Grayscale: #A6A6A6. Windows color (decimal): -9388359 or 12172912. OLE color: 12172912.

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

Color convert

RGB112190185-
CMYK0.4100.030.25
HSL176.15º37.5%59.22%-
HSV(B)176.15º41.05%74.51%-
XYZ33.8543.7752.56-
YUV166.11138.6689.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.00%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=23.00%
G=39.01%
B=37.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901850.4100.030.25176.1537.559.22
Hex70BEB9290319b0263b
Octal1602762715103312604673
Binary111000010111110101110011010010111100110110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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