#7FBEBC

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

Shades of Monte Carlo #7FBEBC

Tints of Monte Carlo #7FBEBC

Color information

#7FBEBC (or 0x7FBEBC) is unknown color: approx Monte Carlo. HEX triplet: 7F, BE and BC. RGB value is (127,190,188). Sum of RGB (Red+Green+Blue) = 127+190+188=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEBC is #804143. Grayscale: #AAAAAA. Windows color (decimal): -8405316 or 12369535. OLE color: 12369535.

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

Color convert

RGB127190188-
CMYK0.3300.010.25
HSL178.1º32.64%62.16%-
HSV(B)178.1º33.16%74.51%-
XYZ36.2444.9754.35-
YUV170.94137.6396.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.15%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=25.15%
G=37.62%
B=37.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901880.3300.010.25178.132.6462.16
Hex7FBEBC210119b2213e
Octal1772762744101312624176
Binary11111111011111010111100100001011100110110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,190,188); }

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

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

 a { background-color: rgb(127,190,188); }

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

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

 span { border-color: rgb(127,190,188); }

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