#7CEECC

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

Shades of Aquamarine #7CEECC

Tints of Aquamarine #7CEECC

Color information

#7CEECC (or 0x7CEECC) is unknown color: approx Aquamarine. HEX triplet: 7C, EE and CC. RGB value is (124,238,204). Sum of RGB (Red+Green+Blue) = 124+238+204=566 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.91% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEECC is #831133. Grayscale: #C8C8C8. Windows color (decimal): -8589620 or 13430396. OLE color: 13430396.

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

Color convert

RGB124238204-
CMYK0.4800.140.07
HSL162.11º77.03%70.98%-
HSV(B)162.11º47.9%93.33%-
XYZ49.7969.7967.97-
YUV200.04130.2373.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.91%
GREEN value IS 238 (93.36% from 255) = 42.05%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=21.91%
G=42.05%
B=36.04%

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
Decimal1242382040.4800.140.07162.1177.0370.98
Hex7CEECC300E7a24d47
Octal174356314600167242115107
Binary11111001110111011001100110000011101111010001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,238,204); }

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

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

 a { background-color: rgb(124,238,204); }

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

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

 span { border-color: rgb(124,238,204); }

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