#7BFAE8

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

Shades of Aquamarine #7BFAE8

Tints of Aquamarine #7BFAE8

Color information

#7BFAE8 (or 0x7BFAE8) is unknown color: approx Aquamarine. HEX triplet: 7B, FA and E8. RGB value is (123,250,232). Sum of RGB (Red+Green+Blue) = 123+250+232=605 (80% of max value = 765). Red value is 123 (48.44% from 255 or 20.33% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAE8 is #840517. Grayscale: #D1D1D1. Windows color (decimal): -8652056 or 15268475. OLE color: 15268475.

HSL color Cylindrical-coordinate representation of color #7BFAE8: hue angle of 171.5º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFAE8 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB123250232-
CMYK0.5100.070.02
HSL171.5º92.7%73.14%-
HSV(B)171.5º50.8%98.04%-
XYZ56.9278.4188.48-
YUV209.98140.4265.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.33%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 232 (91.02% from 255) = 38.35%
R=20.33%
G=41.32%
B=38.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232502320.5100.070.02171.592.773.14
Hex7BFAE833072ab5d49
Octal17337235063072253135111
Binary111101111111010111010001100110111101010101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,250,232); }

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

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

 a { background-color: rgb(123,250,232); }

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

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

 span { border-color: rgb(123,250,232); }

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