#7BF1BD

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

Shades of Aquamarine #7BF1BD

Tints of Aquamarine #7BF1BD

Color information

#7BF1BD (or 0x7BF1BD) is unknown color: approx Aquamarine. HEX triplet: 7B, F1 and BD. RGB value is (123,241,189). Sum of RGB (Red+Green+Blue) = 123+241+189=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1BD is #840E42. Grayscale: #C7C7C7. Windows color (decimal): -8654403 or 12448123. OLE color: 12448123.

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

Color convert

RGB123241189-
CMYK0.4900.220.05
HSL153.56º80.82%71.37%-
HSV(B)153.56º48.96%94.51%-
XYZ48.8170.859.24-
YUV199.79121.9173.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.24%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=22.24%
G=43.58%
B=34.18%

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
Decimal1232411890.4900.220.05153.5680.8271.37
Hex7BF1BD3101659a5147
Octal173361275610265232121107
Binary111101111110001101111011100010101101011001101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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