#7AC6BD

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

Shades of Monte Carlo #7AC6BD

Tints of Monte Carlo #7AC6BD

Color information

#7AC6BD (or 0x7AC6BD) is unknown color: approx Monte Carlo. HEX triplet: 7A, C6 and BD. RGB value is (122,198,189). Sum of RGB (Red+Green+Blue) = 122+198+189=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC6BD is #853942. Grayscale: #AEAEAE. Windows color (decimal): -8730947 or 12437114. OLE color: 12437114.

HSL color Cylindrical-coordinate representation of color #7AC6BD: hue angle of 172.89º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC6BD is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB122198189-
CMYK0.3800.050.22
HSL172.89º40%62.75%-
HSV(B)172.89º38.38%77.65%-
XYZ37.4148.255.48-
YUV174.25136.3290.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.97%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=23.97%
G=38.90%
B=37.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1221981890.3800.050.22172.894062.75
Hex7AC6BD260516ad283f
Octal1723062754605262555077
Binary1111010110001101011110110011001011011010101101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,198,189); }

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

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

 a { background-color: rgb(122,198,189); }

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

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

 span { border-color: rgb(122,198,189); }

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