#70c1bc

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

Shades of Monte Carlo #70C1BC

Tints of Monte Carlo #70C1BC

Color information

#70C1BC (or 0x70C1BC) is unknown color: approx Monte Carlo. HEX triplet: 70, C1 and BC. RGB value is (112,193,188). Sum of RGB (Red+Green+Blue) = 112+193+188=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C1BC is #8F3E43. Grayscale: #A8A8A8. Windows color (decimal): -9387588 or 12370288. OLE color: 12370288.

HSL color Cylindrical-coordinate representation of color #70C1BC: hue angle of 176.3º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C1BC is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB112193188-
CMYK0.4200.030.24
HSL176.3º39.51%59.8%-
HSV(B)176.3º41.97%75.69%-
XYZ34.8345.2254.47-
YUV168.21139.1687.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=22.72%
G=39.15%
B=38.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931880.4200.030.24176.339.5159.8
Hex70C1BC2A0318b0283c
Octal1603012745203302605074
Binary111000011000001101111001010100111100010110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c1bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,193,188); }

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

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

 a { background-color: rgb(112,193,188); }

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

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

 span { border-color: rgb(112,193,188); }

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