#7BBEBB

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

Shades of Monte Carlo #7BBEBB

Tints of Monte Carlo #7BBEBB

Color information

#7BBEBB (or 0x7BBEBB) is unknown color: approx Monte Carlo. HEX triplet: 7B, BE and BB. RGB value is (123,190,187). Sum of RGB (Red+Green+Blue) = 123+190+187=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEBB is #844144. Grayscale: #A9A9A9. Windows color (decimal): -8667461 or 12303995. OLE color: 12303995.

HSL color Cylindrical-coordinate representation of color #7BBEBB: hue angle of 177.31º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEBB is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB123190187-
CMYK0.3500.020.25
HSL177.31º34.01%61.37%-
HSV(B)177.31º35.26%74.51%-
XYZ35.5544.6353.75-
YUV169.62137.894.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.6%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=24.6%
G=38%
B=37.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901870.3500.020.25177.3134.0161.37
Hex7BBEBB230219b1223d
Octal1732762734302312614275
Binary111101110111110101110111000110101100110110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,190,187); }

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

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

 a { background-color: rgb(123,190,187); }

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

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

 span { border-color: rgb(123,190,187); }

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