#70C1BD

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

Shades of Monte Carlo #70C1BD

Tints of Monte Carlo #70C1BD

Color information

#70C1BD (or 0x70C1BD) is unknown color: approx Monte Carlo. HEX triplet: 70, C1 and BD. RGB value is (112,193,189). Sum of RGB (Red+Green+Blue) = 112+193+189=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #70C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C1BD is #8F3E42. Grayscale: #A8A8A8. Windows color (decimal): -9387587 or 12435824. OLE color: 12435824.

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

Color convert

RGB112193189-
CMYK0.4200.020.24
HSL177.04º39.51%59.8%-
HSV(B)177.04º41.97%75.69%-
XYZ34.9445.2655.04-
YUV168.32139.6687.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=22.67%
G=39.07%
B=38.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931890.4200.020.24177.0439.5159.8
Hex70C1BD2A0218b1283c
Octal1603012755202302615074
Binary111000011000001101111011010100101100010110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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