#7FFBE9

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

Shades of Aquamarine #7FFBE9

Tints of Aquamarine #7FFBE9

Color information

#7FFBE9 (or 0x7FFBE9) is unknown color: approx Aquamarine. HEX triplet: 7F, FB and E9. RGB value is (127,251,233). Sum of RGB (Red+Green+Blue) = 127+251+233=611 (80% of max value = 765). Red value is 127 (50% from 255 or 20.79% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBE9 is #800416. Grayscale: #D3D3D3. Windows color (decimal): -8389655 or 15334271. OLE color: 15334271.

HSL color Cylindrical-coordinate representation of color #7FFBE9: hue angle of 171.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBE9 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB127251233-
CMYK0.4900.070.02
HSL171.29º93.94%74.12%-
HSV(B)171.29º49.4%98.43%-
XYZ57.9679.3989.36-
YUV211.87139.9267.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.79%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=20.79%
G=41.08%
B=38.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272512330.4900.070.02171.2993.9474.12
Hex7FFBE931072ab5e4a
Octal17737335161072253136112
Binary111111111111011111010011100010111101010101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,251,233); }

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

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

 a { background-color: rgb(127,251,233); }

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

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

 span { border-color: rgb(127,251,233); }

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