#7DFDC5

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

Shades of Aquamarine #7DFDC5

Tints of Aquamarine #7DFDC5

Color information

#7DFDC5 (or 0x7DFDC5) is unknown color: approx Aquamarine. HEX triplet: 7D, FD and C5. RGB value is (125,253,197). Sum of RGB (Red+Green+Blue) = 125+253+197=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDC5 is #82023A. Grayscale: #D0D0D0. Windows color (decimal): -8520251 or 12975485. OLE color: 12975485.

HSL color Cylindrical-coordinate representation of color #7DFDC5: hue angle of 153.75º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDC5 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB125253197-
CMYK0.5100.220.01
HSL153.75º96.97%74.12%-
HSV(B)153.75º50.59%99.22%-
XYZ53.6678.6465.17-
YUV208.34121.5968.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.74%
GREEN value IS 253 (99.22% from 255) = 44%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=21.74%
G=44%
B=34.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531970.5100.220.01153.7596.9774.12
Hex7DFDC53301619a614a
Octal175375305630261232141112
Binary1111101111111011100010111001101011011001101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,253,197); }

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

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

 a { background-color: rgb(125,253,197); }

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

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

 span { border-color: rgb(125,253,197); }

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