#7BFCDA

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

Shades of Aquamarine #7BFCDA

Tints of Aquamarine #7BFCDA

Color information

#7BFCDA (or 0x7BFCDA) is unknown color: approx Aquamarine. HEX triplet: 7B, FC and DA. RGB value is (123,252,218). Sum of RGB (Red+Green+Blue) = 123+252+218=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCDA is #840325. Grayscale: #D1D1D1. Windows color (decimal): -8651558 or 14351483. OLE color: 14351483.

HSL color Cylindrical-coordinate representation of color #7BFCDA: hue angle of 164.19º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFCDA is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB123252218-
CMYK0.5100.130.01
HSL164.19º95.56%73.53%-
HSV(B)164.19º51.19%98.82%-
XYZ55.6378.8978.63-
YUV209.55132.7666.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.74%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=20.74%
G=42.50%
B=36.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232522180.5100.130.01164.1995.5673.53
Hex7BFCDA330D1a4604a
Octal173374332630151244140112
Binary111101111111100110110101100110110111010010011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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