#7FF5BF

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

Shades of Aquamarine #7FF5BF

Tints of Aquamarine #7FF5BF

Color information

#7FF5BF (or 0x7FF5BF) is unknown color: approx Aquamarine. HEX triplet: 7F, F5 and BF. RGB value is (127,245,191). Sum of RGB (Red+Green+Blue) = 127+245+191=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF5BF is #800A40. Grayscale: #CBCBCB. Windows color (decimal): -8391233 or 12580223. OLE color: 12580223.

HSL color Cylindrical-coordinate representation of color #7FF5BF: hue angle of 152.54º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF5BF is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB127245191-
CMYK0.4800.220.04
HSL152.54º85.51%72.94%-
HSV(B)152.54º48.16%96.08%-
XYZ50.8173.5860.81-
YUV203.56120.9173.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.56%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 191 (75% from 255) = 33.93%
R=22.56%
G=43.52%
B=33.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272451910.4800.220.04152.5485.5172.94
Hex7FF5BF300164995649
Octal177365277600264231126111
Binary111111111110101101111111100000101101001001100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,245,191); }

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

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

 a { background-color: rgb(127,245,191); }

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

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

 span { border-color: rgb(127,245,191); }

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