#7DF1E5

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

Shades of Aquamarine #7DF1E5

Tints of Aquamarine #7DF1E5

Color information

#7DF1E5 (or 0x7DF1E5) is unknown color: approx Aquamarine. HEX triplet: 7D, F1 and E5. RGB value is (125,241,229). Sum of RGB (Red+Green+Blue) = 125+241+229=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1E5 is #820E1A. Grayscale: #CCCCCC. Windows color (decimal): -8523291 or 15069565. OLE color: 15069565.

HSL color Cylindrical-coordinate representation of color #7DF1E5: hue angle of 173.79º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1E5 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB125241229-
CMYK0.4800.050.05
HSL173.79º80.56%71.76%-
HSV(B)173.79º48.13%94.51%-
XYZ54.0672.9385.36-
YUV204.95141.5770.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.01%
GREEN value IS 241 (94.53% from 255) = 40.50%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=21.01%
G=40.50%
B=38.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252412290.4800.050.05173.7980.5671.76
Hex7DF1E530055ae5148
Octal17536134560055256121110
Binary1111101111100011110010111000001011011010111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,241,229); }

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

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

 a { background-color: rgb(125,241,229); }

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

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

 span { border-color: rgb(125,241,229); }

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