#7AD5B4

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

Shades of Monte Carlo #7AD5B4

Tints of Monte Carlo #7AD5B4

Color information

#7AD5B4 (or 0x7AD5B4) is unknown color: approx Monte Carlo. HEX triplet: 7A, D5 and B4. RGB value is (122,213,180). Sum of RGB (Red+Green+Blue) = 122+213+180=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5B4 is #852A4B. Grayscale: #B6B6B6. Windows color (decimal): -8727116 or 11851130. OLE color: 11851130.

HSL color Cylindrical-coordinate representation of color #7AD5B4: hue angle of 158.24º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD5B4 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB122213180-
CMYK0.4300.150.16
HSL158.24º52%65.69%-
HSV(B)158.24º42.72%83.53%-
XYZ40.0655.0251.69-
YUV182.03126.8585.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.69%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=23.69%
G=41.36%
B=34.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1222131800.4300.150.16158.245265.69
Hex7AD5B42B0F109e3442
Octal172325264530172023664102
Binary111101011010101101101001010110111110000100111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,213,180); }

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

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

 a { background-color: rgb(122,213,180); }

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

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

 span { border-color: rgb(122,213,180); }

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