#7BF8AE

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

Shades of Aquamarine #7BF8AE

Tints of Aquamarine #7BF8AE

Color information

#7BF8AE (or 0x7BF8AE) is unknown color: approx Aquamarine. HEX triplet: 7B, F8 and AE. RGB value is (123,248,174). Sum of RGB (Red+Green+Blue) = 123+248+174=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF8AE is #840751. Grayscale: #CACACA. Windows color (decimal): -8652626 or 11466875. OLE color: 11466875.

HSL color Cylindrical-coordinate representation of color #7BF8AE: hue angle of 144.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF8AE is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB123248174-
CMYK0.5000.300.03
HSL144.48º89.93%72.75%-
HSV(B)144.48º50.4%97.25%-
XYZ49.3874.451.8-
YUV202.19112.0971.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.57%
GREEN value IS 248 (97.27% from 255) = 45.50%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=22.57%
G=45.50%
B=31.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232481740.5000.300.03144.4889.9372.75
Hex7BF8AE3201E3905a49
Octal173370256620363220132111
Binary11110111111100010101110110010011110111001000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,248,174); }

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

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

 a { background-color: rgb(123,248,174); }

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

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

 span { border-color: rgb(123,248,174); }

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