#84BEAF

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

Shades of Monte Carlo #84BEAF

Tints of Monte Carlo #84BEAF

Color information

#84BEAF (or 0x84BEAF) is unknown color: approx Monte Carlo. HEX triplet: 84, BE and AF. RGB value is (132,190,175). Sum of RGB (Red+Green+Blue) = 132+190+175=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEAF is #7B4150. Grayscale: #AAAAAA. Windows color (decimal): -8077649 or 11517572. OLE color: 11517572.

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

Color convert

RGB132190175-
CMYK0.3100.080.25
HSL164.48º30.85%63.14%-
HSV(B)164.48º30.53%74.51%-
XYZ35.6744.8347.33-
YUV170.95130.28100.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=26.56%
G=38.23%
B=35.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321901750.3100.080.25164.4830.8563.14
Hex84BEAF1F0819a41f3f
Octal20427625737010312443777
Binary1000010010111110101011111111101000110011010010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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