#7CDAAD

Color #7CDAAD Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #7CDAAD

Tints of Medium Aquamarine #7CDAAD

Color information

#7CDAAD (or 0x7CDAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 7C, DA and AD. RGB value is (124,218,173). Sum of RGB (Red+Green+Blue) = 124+218+173=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDAAD is #832552. Grayscale: #B8B8B8. Windows color (decimal): -8594771 or 11393660. OLE color: 11393660.

HSL color Cylindrical-coordinate representation of color #7CDAAD: hue angle of 151.28º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDAAD is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB124218173-
CMYK0.4300.210.15
HSL151.28º55.95%67.06%-
HSV(B)151.28º43.12%85.49%-
XYZ40.9357.4548.47-
YUV184.76121.3684.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.08%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=24.08%
G=42.33%
B=33.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242181730.4300.210.15151.2855.9567.06
Hex7CDAAD2B015F973843
Octal174332255530251722770103
Binary111110011011010101011011010110101011111100101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,218,173); }

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

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

 a { background-color: rgb(124,218,173); }

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

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

 span { border-color: rgb(124,218,173); }

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