#7CBEBB

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

Shades of Monte Carlo #7CBEBB

Tints of Monte Carlo #7CBEBB

Color information

#7CBEBB (or 0x7CBEBB) is unknown color: approx Monte Carlo. HEX triplet: 7C, BE and BB. RGB value is (124,190,187). Sum of RGB (Red+Green+Blue) = 124+190+187=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEBB is #834144. Grayscale: #A9A9A9. Windows color (decimal): -8601925 or 12303996. OLE color: 12303996.

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

Color convert

RGB124190187-
CMYK0.3500.020.25
HSL177.27º33.67%61.57%-
HSV(B)177.27º34.74%74.51%-
XYZ35.744.753.76-
YUV169.92137.6395.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.75%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=24.75%
G=37.92%
B=37.33%

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
Decimal1241901870.3500.020.25177.2733.6761.57
Hex7CBEBB230219b1223e
Octal1742762734302312614276
Binary111110010111110101110111000110101100110110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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