#7BF4E5

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

Shades of Aquamarine #7BF4E5

Tints of Aquamarine #7BF4E5

Color information

#7BF4E5 (or 0x7BF4E5) is unknown color: approx Aquamarine. HEX triplet: 7B, F4 and E5. RGB value is (123,244,229). Sum of RGB (Red+Green+Blue) = 123+244+229=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #7BF4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF4E5 is #840B1A. Grayscale: #CECECE. Windows color (decimal): -8653595 or 15070331. OLE color: 15070331.

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

Color convert

RGB123244229-
CMYK0.5000.060.04
HSL172.56º84.62%71.96%-
HSV(B)172.56º49.59%95.69%-
XYZ54.6674.5785.64-
YUV206.11140.9168.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.64%
GREEN value IS 244 (95.70% from 255) = 40.94%
BLUE value IS 229 (89.84% from 255) = 38.42%
R=20.64%
G=40.94%
B=38.42%

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
Decimal1232442290.5000.060.04172.5684.6271.96
Hex7BF4E532064ad5548
Octal17336434562064255125110
Binary1111011111101001110010111001001101001010110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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