#7bf1b6

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

Shades of Aquamarine #7BF1B6

Tints of Aquamarine #7BF1B6

Color information

#7BF1B6 (or 0x7BF1B6) is unknown color: approx Aquamarine. HEX triplet: 7B, F1 and B6. RGB value is (123,241,182). Sum of RGB (Red+Green+Blue) = 123+241+182=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1B6 is #840E49. Grayscale: #C7C7C7. Windows color (decimal): -8654410 or 11989371. OLE color: 11989371.

HSL color Cylindrical-coordinate representation of color #7BF1B6: hue angle of 150º 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 #7BF1B6 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB123241182-
CMYK0.4900.240.05
HSL150º80.82%71.37%-
HSV(B)150º48.96%94.51%-
XYZ48.0770.555.33-
YUV198.99118.4173.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.53%
GREEN value IS 241 (94.53% from 255) = 44.14%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=22.53%
G=44.14%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232411820.4900.240.0515080.8271.37
Hex7BF1B6310185965147
Octal173361266610305226121107
Binary111101111110001101101101100010110001011001011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bf1b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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