#83CCAB

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

Shades of Monte Carlo #83CCAB

Tints of Monte Carlo #83CCAB

Color information

#83CCAB (or 0x83CCAB) is unknown color: approx Monte Carlo. HEX triplet: 83, CC and AB. RGB value is (131,204,171). Sum of RGB (Red+Green+Blue) = 131+204+171=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CCAB is #7C3354. Grayscale: #B2B2B2. Windows color (decimal): -8139605 or 11259011. OLE color: 11259011.

HSL color Cylindrical-coordinate representation of color #83CCAB: hue angle of 152.88º 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 #83CCAB is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB131204171-
CMYK0.3600.160.2
HSL152.88º41.71%65.69%-
HSV(B)152.88º35.78%80%-
XYZ38.350.9546.34-
YUV178.41123.8294.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.89%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=25.89%
G=40.32%
B=33.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041710.3600.160.2152.8841.7165.69
Hex83CCAB2401014992a42
Octal203314253440202423152102
Binary10000011110011001010101110010001000010100100110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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