#7BFFB1

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

Shades of Aquamarine #7BFFB1

Tints of Aquamarine #7BFFB1

Color information

#7BFFB1 (or 0x7BFFB1) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and B1. RGB value is (123,255,177). Sum of RGB (Red+Green+Blue) = 123+255+177=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFFB1 is #84004E. Grayscale: #CECECE. Windows color (decimal): -8650831 or 11665275. OLE color: 11665275.

HSL color Cylindrical-coordinate representation of color #7BFFB1: hue angle of 144.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFFB1 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB123255177-
CMYK0.5200.310
HSL144.55º100%74.12%-
HSV(B)144.55º51.76%100%-
XYZ51.8678.9154.09-
YUV206.64111.2768.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.16%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=22.16%
G=45.95%
B=31.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232551770.5200.310144.5510074.12
Hex7BFFB13401F091644a
Octal173377261640370221144112
Binary1111011111111111011000111010001111101001000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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