#7BF6B3

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

Shades of Aquamarine #7BF6B3

Tints of Aquamarine #7BF6B3

Color information

#7BF6B3 (or 0x7BF6B3) is unknown color: approx Aquamarine. HEX triplet: 7B, F6 and B3. RGB value is (123,246,179). Sum of RGB (Red+Green+Blue) = 123+246+179=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #7BF6B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF6B3 is #84094C. Grayscale: #C9C9C9. Windows color (decimal): -8653133 or 11794043. OLE color: 11794043.

HSL color Cylindrical-coordinate representation of color #7BF6B3: hue angle of 147.32º 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 #7BF6B3 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB123246179-
CMYK0.5000.270.04
HSL147.32º87.23%72.35%-
HSV(B)147.32º50%96.47%-
XYZ49.2673.3854.21-
YUV201.58115.2571.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.45%
GREEN value IS 246 (96.48% from 255) = 44.89%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=22.45%
G=44.89%
B=32.66%

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
Decimal1232461790.5000.270.04147.3287.2372.35
Hex7BF6B33201B4935748
Octal173366263620334223127110
Binary111101111110110101100111100100110111001001001110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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