#83CCAE

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

Shades of Monte Carlo #83CCAE

Tints of Monte Carlo #83CCAE

Color information

#83CCAE (or 0x83CCAE) is unknown color: approx Monte Carlo. HEX triplet: 83, CC and AE. RGB value is (131,204,174). Sum of RGB (Red+Green+Blue) = 131+204+174=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CCAE is #7C3351. Grayscale: #B2B2B2. Windows color (decimal): -8139602 or 11455619. OLE color: 11455619.

HSL color Cylindrical-coordinate representation of color #83CCAE: hue angle of 155.34º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCAE is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB131204174-
CMYK0.3600.150.2
HSL155.34º41.71%65.69%-
HSV(B)155.34º35.78%80%-
XYZ38.5951.0747.87-
YUV178.75125.3293.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.74%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=25.74%
G=40.08%
B=34.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041740.3600.150.2155.3441.7165.69
Hex83CCAE240F149b2a42
Octal203314256440172423352102
Binary1000001111001100101011101001000111110100100110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83CCAE; }

 p { color: rgb(131,204,174); }

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

<style>
 a { background-color: #83CCAE; }

 a { background-color: rgb(131,204,174); }

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

<style>
 span { border-color: #83CCAE; }

 span { border-color: rgb(131,204,174); }

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