#70CBB4

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

Shades of Monte Carlo #70CBB4

Tints of Monte Carlo #70CBB4

Color information

#70CBB4 (or 0x70CBB4) is unknown color: approx Monte Carlo. HEX triplet: 70, CB and B4. RGB value is (112,203,180). Sum of RGB (Red+Green+Blue) = 112+203+180=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBB4 is #8F344B. Grayscale: #ADADAD. Windows color (decimal): -9385036 or 11848560. OLE color: 11848560.

HSL color Cylindrical-coordinate representation of color #70CBB4: hue angle of 164.84º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CBB4 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB112203180-
CMYK0.4500.110.20
HSL164.84º46.67%61.76%-
HSV(B)164.84º44.83%79.61%-
XYZ36.2849.4550.81-
YUV173.17131.8584.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=22.63%
G=41.01%
B=36.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031800.4500.110.20164.8446.6761.76
Hex70CBB42D0B14a52f3e
Octal16031326455013242455776
Binary11100001100101110110100101101010111010010100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,180); }

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

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

 a { background-color: rgb(112,203,180); }

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

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

 span { border-color: rgb(112,203,180); }

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