#84CAAB

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

Shades of Monte Carlo #84CAAB

Tints of Monte Carlo #84CAAB

Color information

#84CAAB (or 0x84CAAB) is unknown color: approx Monte Carlo. HEX triplet: 84, CA and AB. RGB value is (132,202,171). Sum of RGB (Red+Green+Blue) = 132+202+171=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CAAB is #7B3554. Grayscale: #B1B1B1. Windows color (decimal): -8074581 or 11258500. OLE color: 11258500.

HSL color Cylindrical-coordinate representation of color #84CAAB: hue angle of 153.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CAAB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB132202171-
CMYK0.3500.150.21
HSL153.43º39.77%65.49%-
HSV(B)153.43º34.65%79.22%-
XYZ37.9950.0946.19-
YUV177.54124.3195.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=26.14%
G=40%
B=33.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021710.3500.150.21153.4339.7765.49
Hex84CAAB230F15992841
Octal204312253430172523150101
Binary1000010011001010101010111000110111110101100110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,202,171); }

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

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

 a { background-color: rgb(132,202,171); }

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

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

 span { border-color: rgb(132,202,171); }

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