#7BF1BC

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

Shades of Aquamarine #7BF1BC

Tints of Aquamarine #7BF1BC

Color information

#7BF1BC (or 0x7BF1BC) is unknown color: approx Aquamarine. HEX triplet: 7B, F1 and BC. RGB value is (123,241,188). Sum of RGB (Red+Green+Blue) = 123+241+188=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF1BC is #840E43. Grayscale: #C7C7C7. Windows color (decimal): -8654404 or 12382587. OLE color: 12382587.

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

Color convert

RGB123241188-
CMYK0.4900.220.05
HSL153.05º80.82%71.37%-
HSV(B)153.05º48.96%94.51%-
XYZ48.770.7558.67-
YUV199.68121.4173.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.28%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=22.28%
G=43.66%
B=34.06%

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
Decimal1232411880.4900.220.05153.0580.8271.37
Hex7BF1BC310165995147
Octal173361274610265231121107
Binary111101111110001101111001100010101101011001100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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