#7DFDC4

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

Shades of Aquamarine #7DFDC4

Tints of Aquamarine #7DFDC4

Color information

#7DFDC4 (or 0x7DFDC4) is unknown color: approx Aquamarine. HEX triplet: 7D, FD and C4. RGB value is (125,253,196). Sum of RGB (Red+Green+Blue) = 125+253+196=574 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.78% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDC4 is #82023B. Grayscale: #D0D0D0. Windows color (decimal): -8520252 or 12909949. OLE color: 12909949.

HSL color Cylindrical-coordinate representation of color #7DFDC4: hue angle of 153.28º 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 #7DFDC4 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB125253196-
CMYK0.5100.230.01
HSL153.28º96.97%74.12%-
HSV(B)153.28º50.59%99.22%-
XYZ53.5578.664.57-
YUV208.23121.0968.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.78%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=21.78%
G=44.08%
B=34.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531960.5100.230.01153.2896.9774.12
Hex7DFDC433017199614a
Octal175375304630271231141112
Binary1111101111111011100010011001101011111001100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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