#7BFBD9

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

Shades of Aquamarine #7BFBD9

Tints of Aquamarine #7BFBD9

Color information

#7BFBD9 (or 0x7BFBD9) is unknown color: approx Aquamarine. HEX triplet: 7B, FB and D9. RGB value is (123,251,217). Sum of RGB (Red+Green+Blue) = 123+251+217=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBD9 is #840426. Grayscale: #D0D0D0. Windows color (decimal): -8651815 or 14285691. OLE color: 14285691.

HSL color Cylindrical-coordinate representation of color #7BFBD9: hue angle of 164.06º degrees, saturation: 0.94, 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 #7BFBD9 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB123251217-
CMYK0.5100.140.02
HSL164.06º94.12%73.33%-
HSV(B)164.06º51%98.43%-
XYZ55.1978.2277.83-
YUV208.85132.5966.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.81%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=20.81%
G=42.47%
B=36.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232512170.5100.140.02164.0694.1273.33
Hex7BFBD9330E2a45e49
Octal173373331630162244136111
Binary1111011111110111101100111001101110101010010010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,251,217); }

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

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

 a { background-color: rgb(123,251,217); }

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

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

 span { border-color: rgb(123,251,217); }

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