#84BEB2

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

Shades of Monte Carlo #84BEB2

Tints of Monte Carlo #84BEB2

Color information

#84BEB2 (or 0x84BEB2) is unknown color: approx Monte Carlo. HEX triplet: 84, BE and B2. RGB value is (132,190,178). Sum of RGB (Red+Green+Blue) = 132+190+178=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEB2 is #7B414D. Grayscale: #ABABAB. Windows color (decimal): -8077646 or 11714180. OLE color: 11714180.

HSL color Cylindrical-coordinate representation of color #84BEB2: hue angle of 167.59º 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 #84BEB2 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB132190178-
CMYK0.3100.060.25
HSL167.59º30.85%63.14%-
HSV(B)167.59º30.53%74.51%-
XYZ35.9744.9548.9-
YUV171.29131.7899.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 178 (69.92% from 255) = 35.6%
R=26.4%
G=38%
B=35.6%

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
Decimal1321901780.3100.060.25167.5930.8563.14
Hex84BEB21F0619a81f3f
Octal2042762623706312503777
Binary100001001011111010110010111110110110011010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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