#7CFDAF

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

Shades of Aquamarine #7CFDAF

Tints of Aquamarine #7CFDAF

Color information

#7CFDAF (or 0x7CFDAF) is unknown color: approx Aquamarine. HEX triplet: 7C, FD and AF. RGB value is (124,253,175). Sum of RGB (Red+Green+Blue) = 124+253+175=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #7CFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFDAF is #830250. Grayscale: #CDCDCD. Windows color (decimal): -8585809 or 11533692. OLE color: 11533692.

HSL color Cylindrical-coordinate representation of color #7CFDAF: hue angle of 143.72º 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 #7CFDAF is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB124253175-
CMYK0.5100.310.01
HSL143.72º96.99%73.92%-
HSV(B)143.72º50.99%99.22%-
XYZ51.1877.6352.84-
YUV205.54110.7669.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.46%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=22.46%
G=45.83%
B=31.70%

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
Decimal1242531750.5100.310.01143.7296.9973.92
Hex7CFDAF3301F190614a
Octal174375257630371220141112
Binary1111100111111011010111111001101111111001000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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