#7bfeda

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

Shades of Aquamarine #7BFEDA

Tints of Aquamarine #7BFEDA

Color information

#7BFEDA (or 0x7BFEDA) is unknown color: approx Aquamarine. HEX triplet: 7B, FE and DA. RGB value is (123,254,218). Sum of RGB (Red+Green+Blue) = 123+254+218=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEDA is #840125. Grayscale: #D2D2D2. Windows color (decimal): -8651046 or 14351995. OLE color: 14351995.

HSL color Cylindrical-coordinate representation of color #7BFEDA: hue angle of 163.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFEDA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB123254218-
CMYK0.5200.140.00
HSL163.51º98.5%73.92%-
HSV(B)163.51º51.57%99.61%-
XYZ56.2780.1678.84-
YUV210.73132.165.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.67%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=20.67%
G=42.69%
B=36.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1232542180.5200.140.00163.5198.573.92
Hex7BFEDA340E0a4624a
Octal173376332640160244142112
Binary111101111111110110110101101000111001010010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bfeda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,254,218); }

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

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

 a { background-color: rgb(123,254,218); }

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

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

 span { border-color: rgb(123,254,218); }

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