#7BCCAB

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

Shades of Monte Carlo #7BCCAB

Tints of Monte Carlo #7BCCAB

Color information

#7BCCAB (or 0x7BCCAB) is unknown color: approx Monte Carlo. HEX triplet: 7B, CC and AB. RGB value is (123,204,171). Sum of RGB (Red+Green+Blue) = 123+204+171=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCCAB is #843354. Grayscale: #B0B0B0. Windows color (decimal): -8663893 or 11259003. OLE color: 11259003.

HSL color Cylindrical-coordinate representation of color #7BCCAB: hue angle of 155.56º 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 #7BCCAB is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB123204171-
CMYK0.4000.160.2
HSL155.56º44.26%64.12%-
HSV(B)155.56º39.71%80%-
XYZ37.1150.3446.29-
YUV176.02125.1690.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.70%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=24.70%
G=40.96%
B=34.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041710.4000.160.2155.5644.2664.12
Hex7BCCAB28010149c2c40
Octal173314253500202423454100
Binary1111011110011001010101110100001000010100100111001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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