#7BF8B1

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

Shades of Aquamarine #7BF8B1

Tints of Aquamarine #7BF8B1

Color information

#7BF8B1 (or 0x7BF8B1) is unknown color: approx Aquamarine. HEX triplet: 7B, F8 and B1. RGB value is (123,248,177). Sum of RGB (Red+Green+Blue) = 123+248+177=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF8B1 is #84074E. Grayscale: #CACACA. Windows color (decimal): -8652623 or 11663483. OLE color: 11663483.

HSL color Cylindrical-coordinate representation of color #7BF8B1: hue angle of 145.92º 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 #7BF8B1 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB123248177-
CMYK0.5000.290.03
HSL145.92º89.93%72.75%-
HSV(B)145.92º50.4%97.25%-
XYZ49.6774.5253.36-
YUV202.53113.5971.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.45%
GREEN value IS 248 (97.27% from 255) = 45.26%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=22.45%
G=45.26%
B=32.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232481770.5000.290.03145.9289.9372.75
Hex7BF8B13201D3925a49
Octal173370261620353222132111
Binary11110111111100010110001110010011101111001001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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