#7CFFBF

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

Shades of Aquamarine #7CFFBF

Tints of Aquamarine #7CFFBF

Color information

#7CFFBF (or 0x7CFFBF) is unknown color: approx Aquamarine. HEX triplet: 7C, FF and BF. RGB value is (124,255,191). Sum of RGB (Red+Green+Blue) = 124+255+191=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CFFBF is #830040. Grayscale: #D0D0D0. Windows color (decimal): -8585281 or 12582780. OLE color: 12582780.

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

Color convert

RGB124255191-
CMYK0.5100.250
HSL150.69º100%74.31%-
HSV(B)150.69º51.37%100%-
XYZ53.4879.5761.83-
YUV208.54118.167.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.75%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 191 (75% from 255) = 33.51%
R=21.75%
G=44.74%
B=33.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242551910.5100.250150.6910074.31
Hex7CFFBF33019097644a
Octal174377277630310227144112
Binary1111100111111111011111111001101100101001011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,191); }

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

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

 a { background-color: rgb(124,255,191); }

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

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

 span { border-color: rgb(124,255,191); }

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