#7DF3D5

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

Shades of Aquamarine #7DF3D5

Tints of Aquamarine #7DF3D5

Color information

#7DF3D5 (or 0x7DF3D5) is unknown color: approx Aquamarine. HEX triplet: 7D, F3 and D5. RGB value is (125,243,213). Sum of RGB (Red+Green+Blue) = 125+243+213=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF3D5 is #820C2A. Grayscale: #CCCCCC. Windows color (decimal): -8522795 or 14021501. OLE color: 14021501.

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

Color convert

RGB125243213-
CMYK0.4900.120.05
HSL164.75º83.1%72.16%-
HSV(B)164.75º48.56%95.29%-
XYZ52.5273.2774.32-
YUV204.3132.9171.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.51%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=21.51%
G=41.82%
B=36.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252432130.4900.120.05164.7583.172.16
Hex7DF3D5310C5a55348
Octal175363325610145245123110
Binary11111011111001111010101110001011001011010010110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,243,213); }

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

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

 a { background-color: rgb(125,243,213); }

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

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

 span { border-color: rgb(125,243,213); }

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