#7BFCBA

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

Shades of Aquamarine #7BFCBA

Tints of Aquamarine #7BFCBA

Color information

#7BFCBA (or 0x7BFCBA) is unknown color: approx Aquamarine. HEX triplet: 7B, FC and BA. RGB value is (123,252,186). Sum of RGB (Red+Green+Blue) = 123+252+186=561 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.93% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #7BFCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFCBA is #840345. Grayscale: #CECECE. Windows color (decimal): -8651590 or 12254331. OLE color: 12254331.

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

Color convert

RGB123252186-
CMYK0.5100.260.01
HSL149.3º95.56%73.53%-
HSV(B)149.3º51.19%98.82%-
XYZ51.8477.3858.66-
YUV205.9116.7668.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.93%
GREEN value IS 252 (98.83% from 255) = 44.92%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=21.93%
G=44.92%
B=33.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232521860.5100.260.01149.395.5673.53
Hex7BFCBA3301A195604a
Octal173374272630321225140112
Binary1111011111111001011101011001101101011001010111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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