#7CECBF

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

Shades of Aquamarine #7CECBF

Tints of Aquamarine #7CECBF

Color information

#7CECBF (or 0x7CECBF) is unknown color: approx Aquamarine. HEX triplet: 7C, EC and BF. RGB value is (124,236,191). Sum of RGB (Red+Green+Blue) = 124+236+191=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CECBF is #831340. Grayscale: #C5C5C5. Windows color (decimal): -8590145 or 12577916. OLE color: 12577916.

HSL color Cylindrical-coordinate representation of color #7CECBF: hue angle of 155.89º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CECBF is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB124236191-
CMYK0.4700.190.07
HSL155.89º74.67%70.59%-
HSV(B)155.89º47.46%92.55%-
XYZ47.7168.0459.91-
YUV197.38124.3975.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 191 (75% from 255) = 34.66%
R=22.50%
G=42.83%
B=34.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242361910.4700.190.07155.8974.6770.59
Hex7CECBF2F01379c4b47
Octal174354277570237234113107
Binary111110011101100101111111011110100111111001110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,236,191); }

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

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

 a { background-color: rgb(124,236,191); }

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

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

 span { border-color: rgb(124,236,191); }

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