#7FF5BB

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

Shades of Aquamarine #7FF5BB

Tints of Aquamarine #7FF5BB

Color information

#7FF5BB (or 0x7FF5BB) is unknown color: approx Aquamarine. HEX triplet: 7F, F5 and BB. RGB value is (127,245,187). Sum of RGB (Red+Green+Blue) = 127+245+187=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF5BB is #800A44. Grayscale: #CBCBCB. Windows color (decimal): -8391237 or 12318079. OLE color: 12318079.

HSL color Cylindrical-coordinate representation of color #7FF5BB: hue angle of 150.51º 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 #7FF5BB is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB127245187-
CMYK0.4800.240.04
HSL150.51º85.51%72.94%-
HSV(B)150.51º48.16%96.08%-
XYZ50.3773.458.53-
YUV203.11118.9173.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 245 (96.09% from 255) = 43.83%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=22.72%
G=43.83%
B=33.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272451870.4800.240.04150.5185.5172.94
Hex7FF5BB300184975649
Octal177365273600304227126111
Binary111111111110101101110111100000110001001001011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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