#70C4BB

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

Shades of Monte Carlo #70C4BB

Tints of Monte Carlo #70C4BB

Color information

#70C4BB (or 0x70C4BB) is unknown color: approx Monte Carlo. HEX triplet: 70, C4 and BB. RGB value is (112,196,187). Sum of RGB (Red+Green+Blue) = 112+196+187=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #70C4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C4BB is #8F3B44. Grayscale: #A9A9A9. Windows color (decimal): -9386821 or 12305520. OLE color: 12305520.

HSL color Cylindrical-coordinate representation of color #70C4BB: hue angle of 173.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C4BB is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB112196187-
CMYK0.4300.050.23
HSL173.57º41.58%60.39%-
HSV(B)173.57º42.86%76.86%-
XYZ35.3946.5154.13-
YUV169.86137.6786.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=22.63%
G=39.60%
B=37.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961870.4300.050.23173.5741.5860.39
Hex70C4BB2B0517ae2a3c
Octal1603042735305272565274
Binary1110000110001001011101110101101011011110101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,187); }

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

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

 a { background-color: rgb(112,196,187); }

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

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

 span { border-color: rgb(112,196,187); }

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