#70BCB7

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

Shades of Monte Carlo #70BCB7

Tints of Monte Carlo #70BCB7

Color information

#70BCB7 (or 0x70BCB7) is unknown color: approx Monte Carlo. HEX triplet: 70, BC and B7. RGB value is (112,188,183). Sum of RGB (Red+Green+Blue) = 112+188+183=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCB7 is #8F4348. Grayscale: #A4A4A4. Windows color (decimal): -9388873 or 12041328. OLE color: 12041328.

HSL color Cylindrical-coordinate representation of color #70BCB7: hue angle of 176.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCB7 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB112188183-
CMYK0.4000.030.26
HSL176.05º36.19%58.82%-
HSV(B)176.05º40.43%73.73%-
XYZ33.2142.8351.32-
YUV164.71138.3290.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.19%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=23.19%
G=38.92%
B=37.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881830.4000.030.26176.0536.1958.82
Hex70BCB728031Ab0243b
Octal1602742675003322604473
Binary111000010111100101101111010000111101010110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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