#70BFB0

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

Shades of Monte Carlo #70BFB0

Tints of Monte Carlo #70BFB0

Color information

#70BFB0 (or 0x70BFB0) is unknown color: approx Monte Carlo. HEX triplet: 70, BF and B0. RGB value is (112,191,176). Sum of RGB (Red+Green+Blue) = 112+191+176=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFB0 is #8F404F. Grayscale: #A5A5A5. Windows color (decimal): -9388112 or 11583344. OLE color: 11583344.

HSL color Cylindrical-coordinate representation of color #70BFB0: hue angle of 168.61º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BFB0 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB112191176-
CMYK0.4100.080.25
HSL168.61º38.16%59.41%-
HSV(B)168.61º41.36%74.9%-
XYZ33.1543.8447.79-
YUV165.67133.8389.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=23.38%
G=39.87%
B=36.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911760.4100.080.25168.6138.1659.41
Hex70BFB0290819a9263b
Octal16027726051010312514673
Binary11100001011111110110000101001010001100110101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,176); }

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

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

 a { background-color: rgb(112,191,176); }

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

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

 span { border-color: rgb(112,191,176); }

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