#7BC7BF

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

Shades of Monte Carlo #7BC7BF

Tints of Monte Carlo #7BC7BF

Color information

#7BC7BF (or 0x7BC7BF) is unknown color: approx Monte Carlo. HEX triplet: 7B, C7 and BF. RGB value is (123,199,191). Sum of RGB (Red+Green+Blue) = 123+199+191=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #7BC7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC7BF is #843840. Grayscale: #AFAFAF. Windows color (decimal): -8665153 or 12568443. OLE color: 12568443.

HSL color Cylindrical-coordinate representation of color #7BC7BF: hue angle of 173.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC7BF is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB123199191-
CMYK0.3800.040.22
HSL173.68º40.43%63.14%-
HSV(B)173.68º38.19%78.04%-
XYZ3848.8256.71-
YUV175.36136.8290.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.98%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 191 (75% from 255) = 37.23%
R=23.98%
G=38.79%
B=37.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231991910.3800.040.22173.6840.4363.14
Hex7BC7BF260416ae283f
Octal1733072774604262565077
Binary1111011110001111011111110011001001011010101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,199,191); }

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

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

 a { background-color: rgb(123,199,191); }

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

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

 span { border-color: rgb(123,199,191); }

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