#7BCCBD

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

Shades of Monte Carlo #7BCCBD

Tints of Monte Carlo #7BCCBD

Color information

#7BCCBD (or 0x7BCCBD) is unknown color: approx Monte Carlo. HEX triplet: 7B, CC and BD. RGB value is (123,204,189). Sum of RGB (Red+Green+Blue) = 123+204+189=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCBD is #843342. Grayscale: #B2B2B2. Windows color (decimal): -8663875 or 12438651. OLE color: 12438651.

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

Color convert

RGB123204189-
CMYK0.4000.070.2
HSL168.89º44.26%64.12%-
HSV(B)168.89º39.71%80%-
XYZ38.9551.0755.95-
YUV178.07134.1688.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.84%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=23.84%
G=39.53%
B=36.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041890.4000.070.2168.8944.2664.12
Hex7BCCBD280714a92c40
Octal17331427550072425154100
Binary11110111100110010111101101000011110100101010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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