#70ccb2

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

Shades of Monte Carlo #70CCB2

Tints of Monte Carlo #70CCB2

Color information

#70CCB2 (or 0x70CCB2) is unknown color: approx Monte Carlo. HEX triplet: 70, CC and B2. RGB value is (112,204,178). Sum of RGB (Red+Green+Blue) = 112+204+178=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCB2 is #8F334D. Grayscale: #ADADAD. Windows color (decimal): -9384782 or 11717744. OLE color: 11717744.

HSL color Cylindrical-coordinate representation of color #70CCB2: hue angle of 163.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCB2 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB112204178-
CMYK0.4500.130.2
HSL163.04º47.42%61.96%-
HSV(B)163.04º45.1%80%-
XYZ36.3149.8449.83-
YUV173.53130.5284.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=22.67%
G=41.30%
B=36.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041780.4500.130.2163.0447.4261.96
Hex70CCB22D0D14a32f3e
Octal16031426255015242435776
Binary11100001100110010110010101101011011010010100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ccb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,178); }

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

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

 a { background-color: rgb(112,204,178); }

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

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

 span { border-color: rgb(112,204,178); }

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