#7BF7B6

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

Shades of Aquamarine #7BF7B6

Tints of Aquamarine #7BF7B6

Color information

#7BF7B6 (or 0x7BF7B6) is unknown color: approx Aquamarine. HEX triplet: 7B, F7 and B6. RGB value is (123,247,182). Sum of RGB (Red+Green+Blue) = 123+247+182=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #7BF7B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF7B6 is #840849. Grayscale: #CACACA. Windows color (decimal): -8652874 or 11990907. OLE color: 11990907.

HSL color Cylindrical-coordinate representation of color #7BF7B6: hue angle of 148.55º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF7B6 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB123247182-
CMYK0.5000.260.03
HSL148.55º88.57%72.55%-
HSV(B)148.55º50.2%96.86%-
XYZ49.8774.1155.93-
YUV202.51116.4271.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.28%
GREEN value IS 247 (96.88% from 255) = 44.75%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=22.28%
G=44.75%
B=32.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1232471820.5000.260.03148.5588.5772.55
Hex7BF7B63201A3955949
Octal173367266620323225131111
Binary11110111111011110110110110010011010111001010110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,247,182); }

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

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

 a { background-color: rgb(123,247,182); }

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

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

 span { border-color: rgb(123,247,182); }

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