#7BFFBF

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

Shades of Aquamarine #7BFFBF

Tints of Aquamarine #7BFFBF

Color information

#7BFFBF (or 0x7BFFBF) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and BF. RGB value is (123,255,191). Sum of RGB (Red+Green+Blue) = 123+255+191=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFBF is #840040. Grayscale: #D0D0D0. Windows color (decimal): -8650817 or 12582779. OLE color: 12582779.

HSL color Cylindrical-coordinate representation of color #7BFFBF: hue angle of 150.91º 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 #7BFFBF is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB123255191-
CMYK0.5200.250
HSL150.91º100%74.12%-
HSV(B)150.91º51.76%100%-
XYZ53.3379.4961.82-
YUV208.24118.2767.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.62%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 191 (75% from 255) = 33.57%
R=21.62%
G=44.82%
B=33.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232551910.5200.250150.9110074.12
Hex7BFFBF34019097644a
Octal173377277640310227144112
Binary1111011111111111011111111010001100101001011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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