#7FF5BA

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

Shades of Aquamarine #7FF5BA

Tints of Aquamarine #7FF5BA

Color information

#7FF5BA (or 0x7FF5BA) is unknown color: approx Aquamarine. HEX triplet: 7F, F5 and BA. RGB value is (127,245,186). Sum of RGB (Red+Green+Blue) = 127+245+186=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #7FF5BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF5BA is #800A45. Grayscale: #CBCBCB. Windows color (decimal): -8391238 or 12252543. OLE color: 12252543.

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

Color convert

RGB127245186-
CMYK0.4800.240.04
HSL150º85.51%72.94%-
HSV(B)150º48.16%96.08%-
XYZ50.2773.3657.97-
YUV202.99118.4173.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.76%
GREEN value IS 245 (96.09% from 255) = 43.91%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=22.76%
G=43.91%
B=33.33%

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
Decimal1272451860.4800.240.0415085.5172.94
Hex7FF5BA300184965649
Octal177365272600304226126111
Binary111111111110101101110101100000110001001001011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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