#7BFAC0

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

Shades of Aquamarine #7BFAC0

Tints of Aquamarine #7BFAC0

Color information

#7BFAC0 (or 0x7BFAC0) is unknown color: approx Aquamarine. HEX triplet: 7B, FA and C0. RGB value is (123,250,192). Sum of RGB (Red+Green+Blue) = 123+250+192=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFAC0 is #84053F. Grayscale: #CDCDCD. Windows color (decimal): -8652096 or 12647035. OLE color: 12647035.

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

Color convert

RGB123250192-
CMYK0.5100.230.02
HSL152.6º92.7%73.14%-
HSV(B)152.6º50.8%98.04%-
XYZ51.8776.3961.88-
YUV205.42120.4269.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.77%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=21.77%
G=44.25%
B=33.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1232501920.5100.230.02152.692.773.14
Hex7BFAC0330172995d49
Octal173372300630272231135111
Binary11110111111101011000000110011010111101001100110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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