#7BFBC0

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

Shades of Aquamarine #7BFBC0

Tints of Aquamarine #7BFBC0

Color information

#7BFBC0 (or 0x7BFBC0) is unknown color: approx Aquamarine. HEX triplet: 7B, FB and C0. RGB value is (123,251,192). Sum of RGB (Red+Green+Blue) = 123+251+192=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #7BFBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFBC0 is #84043F. Grayscale: #CECECE. Windows color (decimal): -8651840 or 12647291. OLE color: 12647291.

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

Color convert

RGB123251192-
CMYK0.5100.240.02
HSL152.34º94.12%73.33%-
HSV(B)152.34º51%98.43%-
XYZ52.1877.0161.98-
YUV206120.0968.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.73%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=21.73%
G=44.35%
B=33.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232511920.5100.240.02152.3494.1273.33
Hex7BFBC0330182985e49
Octal173373300630302230136111
Binary11110111111101111000000110011011000101001100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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