#7ACCAC

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

Shades of Monte Carlo #7ACCAC

Tints of Monte Carlo #7ACCAC

Color information

#7ACCAC (or 0x7ACCAC) is unknown color: approx Monte Carlo. HEX triplet: 7A, CC and AC. RGB value is (122,204,172). Sum of RGB (Red+Green+Blue) = 122+204+172=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACCAC is #853353. Grayscale: #AFAFAF. Windows color (decimal): -8729428 or 11324538. OLE color: 11324538.

HSL color Cylindrical-coordinate representation of color #7ACCAC: hue angle of 156.59º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACCAC is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB122204172-
CMYK0.4000.160.2
HSL156.59º44.57%63.92%-
HSV(B)156.59º40.2%80%-
XYZ37.0750.346.79-
YUV175.83125.8389.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=24.50%
G=40.96%
B=34.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041720.4000.160.2156.5944.5763.92
Hex7ACCAC28010149d2d40
Octal172314254500202423555100
Binary1111010110011001010110010100001000010100100111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACCAC; }

 p { color: rgb(122,204,172); }

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

<style>
 a { background-color: #7ACCAC; }

 a { background-color: rgb(122,204,172); }

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

<style>
 span { border-color: #7ACCAC; }

 span { border-color: rgb(122,204,172); }

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