#7BCCAD

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

Shades of Monte Carlo #7BCCAD

Tints of Monte Carlo #7BCCAD

Color information

#7BCCAD (or 0x7BCCAD) is unknown color: approx Monte Carlo. HEX triplet: 7B, CC and AD. RGB value is (123,204,173). Sum of RGB (Red+Green+Blue) = 123+204+173=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCCAD is #843352. Grayscale: #B0B0B0. Windows color (decimal): -8663891 or 11390075. OLE color: 11390075.

HSL color Cylindrical-coordinate representation of color #7BCCAD: hue angle of 157.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCAD is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB123204173-
CMYK0.4000.150.2
HSL157.04º44.26%64.12%-
HSV(B)157.04º39.71%80%-
XYZ37.350.4147.3-
YUV176.25126.1690.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.6%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=24.6%
G=40.8%
B=34.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041730.4000.150.2157.0444.2664.12
Hex7BCCAD280F149d2c40
Octal173314255500172423554100
Binary111101111001100101011011010000111110100100111011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCCAD; }

 p { color: rgb(123,204,173); }

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

<style>
 a { background-color: #7BCCAD; }

 a { background-color: rgb(123,204,173); }

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

<style>
 span { border-color: #7BCCAD; }

 span { border-color: rgb(123,204,173); }

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