#7BCEA1

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

Shades of Medium Aquamarine #7BCEA1

Tints of Medium Aquamarine #7BCEA1

Color information

#7BCEA1 (or 0x7BCEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 7B, CE and A1. RGB value is (123,206,161). Sum of RGB (Red+Green+Blue) = 123+206+161=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCEA1 is #84315E. Grayscale: #B0B0B0. Windows color (decimal): -8663391 or 10604155. OLE color: 10604155.

HSL color Cylindrical-coordinate representation of color #7BCEA1: hue angle of 147.47º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEA1 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB123206161-
CMYK0.4000.220.19
HSL147.47º45.86%64.51%-
HSV(B)147.47º40.29%80.78%-
XYZ36.6750.9341.62-
YUV176.05119.590.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.10%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=25.10%
G=42.04%
B=32.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232061610.4000.220.19147.4745.8664.51
Hex7BCEA12801613932e41
Octal173316241500262322356101
Binary1111011110011101010000110100001011010011100100111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,206,161); }

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

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

 a { background-color: rgb(123,206,161); }

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

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

 span { border-color: rgb(123,206,161); }

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