#7BF5E5

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

Shades of Aquamarine #7BF5E5

Tints of Aquamarine #7BF5E5

Color information

#7BF5E5 (or 0x7BF5E5) is unknown color: approx Aquamarine. HEX triplet: 7B, F5 and E5. RGB value is (123,245,229). Sum of RGB (Red+Green+Blue) = 123+245+229=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #7BF5E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF5E5 is #840A1A. Grayscale: #CECECE. Windows color (decimal): -8653339 or 15070587. OLE color: 15070587.

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

Color convert

RGB123245229-
CMYK0.5000.070.04
HSL172.13º85.92%72.16%-
HSV(B)172.13º49.8%96.08%-
XYZ54.9675.1785.74-
YUV206.7140.5868.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.60%
GREEN value IS 245 (96.09% from 255) = 41.04%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=20.60%
G=41.04%
B=38.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1232452290.5000.070.04172.1385.9272.16
Hex7BF5E532074ac5648
Octal17336534562074254126110
Binary1111011111101011110010111001001111001010110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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