#7CFBB1

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

Shades of Aquamarine #7CFBB1

Tints of Aquamarine #7CFBB1

Color information

#7CFBB1 (or 0x7CFBB1) is unknown color: approx Aquamarine. HEX triplet: 7C, FB and B1. RGB value is (124,251,177). Sum of RGB (Red+Green+Blue) = 124+251+177=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #7CFBB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFBB1 is #83044E. Grayscale: #CCCCCC. Windows color (decimal): -8586319 or 11664252. OLE color: 11664252.

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

Color convert

RGB124251177-
CMYK0.5100.290.02
HSL145.04º94.07%73.53%-
HSV(B)145.04º50.6%98.43%-
XYZ50.7576.4553.68-
YUV204.59112.4270.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.46%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=22.46%
G=45.47%
B=32.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242511770.5100.290.02145.0494.0773.53
Hex7CFBB13301D2915e4a
Octal174373261630352221136112
Binary11111001111101110110001110011011101101001000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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