#7CEDCD

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

Shades of Aquamarine #7CEDCD

Tints of Aquamarine #7CEDCD

Color information

#7CEDCD (or 0x7CEDCD) is unknown color: approx Aquamarine. HEX triplet: 7C, ED and CD. RGB value is (124,237,205). Sum of RGB (Red+Green+Blue) = 124+237+205=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDCD is #831232. Grayscale: #C7C7C7. Windows color (decimal): -8589875 or 13495676. OLE color: 13495676.

HSL color Cylindrical-coordinate representation of color #7CEDCD: hue angle of 163.01º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEDCD is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB124237205-
CMYK0.4800.140.07
HSL163.01º75.84%70.78%-
HSV(B)163.01º47.68%92.94%-
XYZ49.6269.2668.51-
YUV199.56131.0674.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.91%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=21.91%
G=41.87%
B=36.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242372050.4800.140.07163.0175.8470.78
Hex7CEDCD300E7a34c47
Octal174355315600167243114107
Binary11111001110110111001101110000011101111010001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,237,205); }

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

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

 a { background-color: rgb(124,237,205); }

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

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

 span { border-color: rgb(124,237,205); }

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