#7BFFBB

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

Shades of Aquamarine #7BFFBB

Tints of Aquamarine #7BFFBB

Color information

#7BFFBB (or 0x7BFFBB) is unknown color: approx Aquamarine. HEX triplet: 7B, FF and BB. RGB value is (123,255,187). Sum of RGB (Red+Green+Blue) = 123+255+187=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFBB is #840044. Grayscale: #CFCFCF. Windows color (decimal): -8650821 or 12320635. OLE color: 12320635.

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

Color convert

RGB123255187-
CMYK0.5200.270
HSL149.09º100%74.12%-
HSV(B)149.09º51.76%100%-
XYZ52.979.3259.54-
YUV207.78116.2767.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.77%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=21.77%
G=45.13%
B=33.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1232551870.5200.270149.0910074.12
Hex7BFFBB3401B095644a
Octal173377273640330225144112
Binary1111011111111111011101111010001101101001010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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