#7BF6B4

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

Shades of Aquamarine #7BF6B4

Tints of Aquamarine #7BF6B4

Color information

#7BF6B4 (or 0x7BF6B4) is unknown color: approx Aquamarine. HEX triplet: 7B, F6 and B4. RGB value is (123,246,180). Sum of RGB (Red+Green+Blue) = 123+246+180=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6B4 is #84094B. Grayscale: #C9C9C9. Windows color (decimal): -8653132 or 11859579. OLE color: 11859579.

HSL color Cylindrical-coordinate representation of color #7BF6B4: hue angle of 147.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF6B4 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB123246180-
CMYK0.5000.270.04
HSL147.8º87.23%72.35%-
HSV(B)147.8º50%96.47%-
XYZ49.3673.4254.75-
YUV201.7115.7571.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.40%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=22.40%
G=44.81%
B=32.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232461800.5000.270.04147.887.2372.35
Hex7BF6B43201B4945748
Octal173366264620334224127110
Binary111101111110110101101001100100110111001001010010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,246,180); }

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

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

 a { background-color: rgb(123,246,180); }

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

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

 span { border-color: rgb(123,246,180); }

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