#7BCAA6

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

Shades of Medium Aquamarine #7BCAA6

Tints of Medium Aquamarine #7BCAA6

Color information

#7BCAA6 (or 0x7BCAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, CA and A6. RGB value is (123,202,166). Sum of RGB (Red+Green+Blue) = 123+202+166=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCAA6 is #843559. Grayscale: #AEAEAE. Windows color (decimal): -8664410 or 10930811. OLE color: 10930811.

HSL color Cylindrical-coordinate representation of color #7BCAA6: hue angle of 152.66º 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 #7BCAA6 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB123202166-
CMYK0.3900.180.21
HSL152.66º42.7%63.73%-
HSV(B)152.66º39.11%79.22%-
XYZ36.1749.2143.67-
YUV174.28123.3391.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.05%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=25.05%
G=41.14%
B=33.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232021660.3900.180.21152.6642.763.73
Hex7BCAA62701215992b40
Octal173312246470222523153100
Binary1111011110010101010011010011101001010101100110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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