#7CFDAE

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

Shades of Aquamarine #7CFDAE

Tints of Aquamarine #7CFDAE

Color information

#7CFDAE (or 0x7CFDAE) is unknown color: approx Aquamarine. HEX triplet: 7C, FD and AE. RGB value is (124,253,174). Sum of RGB (Red+Green+Blue) = 124+253+174=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFDAE is #830251. Grayscale: #CDCDCD. Windows color (decimal): -8585810 or 11468156. OLE color: 11468156.

HSL color Cylindrical-coordinate representation of color #7CFDAE: hue angle of 143.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFDAE is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB124253174-
CMYK0.5100.310.01
HSL143.26º96.99%73.92%-
HSV(B)143.26º50.99%99.22%-
XYZ51.0877.5952.33-
YUV205.42110.2669.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=22.50%
G=45.92%
B=31.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242531740.5100.310.01143.2696.9973.92
Hex7CFDAE3301F18f614a
Octal174375256630371217141112
Binary1111100111111011010111011001101111111000111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,253,174); }

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

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

 a { background-color: rgb(124,253,174); }

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

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

 span { border-color: rgb(124,253,174); }

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