#7BF2BD

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

Shades of Aquamarine #7BF2BD

Tints of Aquamarine #7BF2BD

Color information

#7BF2BD (or 0x7BF2BD) is unknown color: approx Aquamarine. HEX triplet: 7B, F2 and BD. RGB value is (123,242,189). Sum of RGB (Red+Green+Blue) = 123+242+189=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF2BD is #840D42. Grayscale: #C8C8C8. Windows color (decimal): -8654147 or 12448379. OLE color: 12448379.

HSL color Cylindrical-coordinate representation of color #7BF2BD: hue angle of 153.28º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2BD is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB123242189-
CMYK0.4900.220.05
HSL153.28º82.07%71.57%-
HSV(B)153.28º49.17%94.9%-
XYZ49.1171.3959.34-
YUV200.38121.5872.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.20%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=22.20%
G=43.68%
B=34.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232421890.4900.220.05153.2882.0771.57
Hex7BF2BD310165995248
Octal173362275610265231122110
Binary111101111110010101111011100010101101011001100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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