#7BEFBA

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

Shades of Aquamarine #7BEFBA

Tints of Aquamarine #7BEFBA

Color information

#7BEFBA (or 0x7BEFBA) is unknown color: approx Aquamarine. HEX triplet: 7B, EF and BA. RGB value is (123,239,186). Sum of RGB (Red+Green+Blue) = 123+239+186=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFBA is #841045. Grayscale: #C6C6C6. Windows color (decimal): -8654918 or 12251003. OLE color: 12251003.

HSL color Cylindrical-coordinate representation of color #7BEFBA: hue angle of 152.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFBA is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB123239186-
CMYK0.4900.220.06
HSL152.59º78.38%70.98%-
HSV(B)152.59º48.54%93.73%-
XYZ47.969.4957.34-
YUV198.27121.0774.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.45%
GREEN value IS 239 (93.75% from 255) = 43.61%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=22.45%
G=43.61%
B=33.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232391860.4900.220.06152.5978.3870.98
Hex7BEFBA310166994e47
Octal173357272610266231116107
Binary111101111101111101110101100010101101101001100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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