#7CEDE0

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

Shades of Aquamarine #7CEDE0

Tints of Aquamarine #7CEDE0

Color information

#7CEDE0 (or 0x7CEDE0) is unknown color: approx Aquamarine. HEX triplet: 7C, ED and E0. RGB value is (124,237,224). Sum of RGB (Red+Green+Blue) = 124+237+224=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDE0 is #83121F. Grayscale: #C9C9C9. Windows color (decimal): -8589856 or 14740860. OLE color: 14740860.

HSL color Cylindrical-coordinate representation of color #7CEDE0: hue angle of 173.1º 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 #7CEDE0 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB124237224-
CMYK0.4800.050.07
HSL173.1º75.84%70.78%-
HSV(B)173.1º47.68%92.94%-
XYZ52.0570.2481.33-
YUV201.73140.5672.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.20%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=21.20%
G=40.51%
B=38.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242372240.4800.050.07173.175.8470.78
Hex7CEDE030057ad4c47
Octal17435534060057255114107
Binary1111100111011011110000011000001011111010110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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