#7BCBA4

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

Shades of Medium Aquamarine #7BCBA4

Tints of Medium Aquamarine #7BCBA4

Color information

#7BCBA4 (or 0x7BCBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, CB and A4. RGB value is (123,203,164). Sum of RGB (Red+Green+Blue) = 123+203+164=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCBA4 is #84345B. Grayscale: #AEAEAE. Windows color (decimal): -8664156 or 10799995. OLE color: 10799995.

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

Color convert

RGB123203164-
CMYK0.3900.190.20
HSL150.75º43.48%63.92%-
HSV(B)150.75º39.41%79.61%-
XYZ36.2349.642.79-
YUV174.6312291.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.10%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 164 (64.45% from 255) = 33.47%
R=25.10%
G=41.43%
B=33.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232031640.3900.190.20150.7543.4863.92
Hex7BCBA42701314972b40
Octal173313244470232422753100
Binary1111011110010111010010010011101001110100100101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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