#7CEFCD

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

Shades of Aquamarine #7CEFCD

Tints of Aquamarine #7CEFCD

Color information

#7CEFCD (or 0x7CEFCD) is unknown color: approx Aquamarine. HEX triplet: 7C, EF and CD. RGB value is (124,239,205). Sum of RGB (Red+Green+Blue) = 124+239+205=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEFCD is #831032. Grayscale: #C8C8C8. Windows color (decimal): -8589363 or 13496188. OLE color: 13496188.

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

Color convert

RGB124239205-
CMYK0.4800.140.06
HSL162.26º78.23%71.18%-
HSV(B)162.26º48.12%93.73%-
XYZ50.270.4368.71-
YUV200.74130.473.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.83%
GREEN value IS 239 (93.75% from 255) = 42.08%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=21.83%
G=42.08%
B=36.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242392050.4800.140.06162.2678.2371.18
Hex7CEFCD300E6a24e47
Octal174357315600166242116107
Binary11111001110111111001101110000011101101010001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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