#7BFEC8

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

Shades of Aquamarine #7BFEC8

Tints of Aquamarine #7BFEC8

Color information

#7BFEC8 (or 0x7BFEC8) is unknown color: approx Aquamarine. HEX triplet: 7B, FE and C8. RGB value is (123,254,200). Sum of RGB (Red+Green+Blue) = 123+254+200=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #7BFEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFEC8 is #840137. Grayscale: #D0D0D0. Windows color (decimal): -8651064 or 13172347. OLE color: 13172347.

HSL color Cylindrical-coordinate representation of color #7BFEC8: hue angle of 155.27º 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 #7BFEC8 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB123254200-
CMYK0.5200.210.00
HSL155.27º98.5%73.92%-
HSV(B)155.27º51.57%99.61%-
XYZ54.0479.2667.1-
YUV208.68123.166.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.32%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=21.32%
G=44.02%
B=34.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1232542000.5200.210.00155.2798.573.92
Hex7BFEC83401509b624a
Octal173376310640250233142112
Binary1111011111111101100100011010001010101001101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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