#7BF6BD

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

Shades of Aquamarine #7BF6BD

Tints of Aquamarine #7BF6BD

Color information

#7BF6BD (or 0x7BF6BD) is unknown color: approx Aquamarine. HEX triplet: 7B, F6 and BD. RGB value is (123,246,189). Sum of RGB (Red+Green+Blue) = 123+246+189=558 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.04% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6BD is #840942. Grayscale: #CACACA. Windows color (decimal): -8653123 or 12449403. OLE color: 12449403.

HSL color Cylindrical-coordinate representation of color #7BF6BD: hue angle of 152.2º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6BD is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB123246189-
CMYK0.5000.230.04
HSL152.2º87.23%72.35%-
HSV(B)152.2º50%96.47%-
XYZ50.3173.859.74-
YUV202.72120.2571.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.04%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=22.04%
G=44.09%
B=33.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232461890.5000.230.04152.287.2372.35
Hex7BF6BD320174985748
Octal173366275620274230127110
Binary111101111110110101111011100100101111001001100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,246,189); }

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

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

 a { background-color: rgb(123,246,189); }

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

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

 span { border-color: rgb(123,246,189); }

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