#7CFBAD

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

Shades of Aquamarine #7CFBAD

Tints of Aquamarine #7CFBAD

Color information

#7CFBAD (or 0x7CFBAD) is unknown color: approx Aquamarine. HEX triplet: 7C, FB and AD. RGB value is (124,251,173). Sum of RGB (Red+Green+Blue) = 124+251+173=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFBAD is #830452. Grayscale: #CCCCCC. Windows color (decimal): -8586323 or 11402108. OLE color: 11402108.

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

Color convert

RGB124251173-
CMYK0.5100.310.02
HSL143.15º94.07%73.53%-
HSV(B)143.15º50.6%98.43%-
XYZ50.3576.351.61-
YUV204.14110.4270.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.63%
GREEN value IS 251 (98.44% from 255) = 45.80%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=22.63%
G=45.80%
B=31.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242511730.5100.310.02143.1594.0773.53
Hex7CFBAD3301F28f5e4a
Octal174373255630372217136112
Binary11111001111101110101101110011011111101000111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,251,173); }

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

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

 a { background-color: rgb(124,251,173); }

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

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

 span { border-color: rgb(124,251,173); }

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