#7BF4E6

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

Shades of Aquamarine #7BF4E6

Tints of Aquamarine #7BF4E6

Color information

#7BF4E6 (or 0x7BF4E6) is unknown color: approx Aquamarine. HEX triplet: 7B, F4 and E6. RGB value is (123,244,230). Sum of RGB (Red+Green+Blue) = 123+244+230=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #7BF4E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF4E6 is #840B19. Grayscale: #CECECE. Windows color (decimal): -8653594 or 15135867. OLE color: 15135867.

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

Color convert

RGB123244230-
CMYK0.5000.060.04
HSL173.06º84.62%71.96%-
HSV(B)173.06º49.59%95.69%-
XYZ54.874.6386.38-
YUV206.22141.4168.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.60%
GREEN value IS 244 (95.70% from 255) = 40.87%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=20.60%
G=40.87%
B=38.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232442300.5000.060.04173.0684.6271.96
Hex7BF4E632064ad5548
Octal17336434662064255125110
Binary1111011111101001110011011001001101001010110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,244,230); }

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

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

 a { background-color: rgb(123,244,230); }

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

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

 span { border-color: rgb(123,244,230); }

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