#7BCAA4

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

Shades of Medium Aquamarine #7BCAA4

Tints of Medium Aquamarine #7BCAA4

Color information

#7BCAA4 (or 0x7BCAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, CA and A4. RGB value is (123,202,164). Sum of RGB (Red+Green+Blue) = 123+202+164=489 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.15% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCAA4 is #84355B. Grayscale: #AEAEAE. Windows color (decimal): -8664412 or 10799739. OLE color: 10799739.

HSL color Cylindrical-coordinate representation of color #7BCAA4: hue angle of 151.14º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCAA4 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB123202164-
CMYK0.3900.190.21
HSL151.14º42.7%63.73%-
HSV(B)151.14º39.11%79.22%-
XYZ35.9949.1342.71-
YUV174.05122.3391.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.15%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=25.15%
G=41.31%
B=33.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232021640.3900.190.21151.1442.763.73
Hex7BCAA42701315972b40
Octal173312244470232522753100
Binary1111011110010101010010010011101001110101100101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,202,164); }

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

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

 a { background-color: rgb(123,202,164); }

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

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

 span { border-color: rgb(123,202,164); }

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