#84BEB3

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

Shades of Monte Carlo #84BEB3

Tints of Monte Carlo #84BEB3

Color information

#84BEB3 (or 0x84BEB3) is unknown color: approx Monte Carlo. HEX triplet: 84, BE and B3. RGB value is (132,190,179). Sum of RGB (Red+Green+Blue) = 132+190+179=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEB3 is #7B414C. Grayscale: #ABABAB. Windows color (decimal): -8077645 or 11779716. OLE color: 11779716.

HSL color Cylindrical-coordinate representation of color #84BEB3: hue angle of 168.62º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BEB3 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB132190179-
CMYK0.3100.060.25
HSL168.62º30.85%63.14%-
HSV(B)168.62º30.53%74.51%-
XYZ36.0744.9949.43-
YUV171.4132.2899.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=26.35%
G=37.92%
B=35.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321901790.3100.060.25168.6230.8563.14
Hex84BEB31F0619a91f3f
Octal2042762633706312513777
Binary100001001011111010110011111110110110011010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BEB3; }

 p { color: rgb(132,190,179); }

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

<style>
 a { background-color: #84BEB3; }

 a { background-color: rgb(132,190,179); }

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

<style>
 span { border-color: #84BEB3; }

 span { border-color: rgb(132,190,179); }

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