#7DEFBE

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

Shades of Aquamarine #7DEFBE

Tints of Aquamarine #7DEFBE

Color information

#7DEFBE (or 0x7DEFBE) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and BE. RGB value is (125,239,190). Sum of RGB (Red+Green+Blue) = 125+239+190=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFBE is #821041. Grayscale: #C7C7C7. Windows color (decimal): -8523842 or 12513149. OLE color: 12513149.

HSL color Cylindrical-coordinate representation of color #7DEFBE: hue angle of 154.21º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFBE is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB125239190-
CMYK0.4800.210.06
HSL154.21º78.08%71.37%-
HSV(B)154.21º47.7%93.73%-
XYZ48.6269.8159.63-
YUV199.33122.7374.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=22.56%
G=43.14%
B=34.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391900.4800.210.06154.2178.0871.37
Hex7DEFBE3001569a4e47
Octal175357276600256232116107
Binary111110111101111101111101100000101011101001101010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,190); }

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

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

 a { background-color: rgb(125,239,190); }

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

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

 span { border-color: rgb(125,239,190); }

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