#7DFCE1

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

Shades of Aquamarine #7DFCE1

Tints of Aquamarine #7DFCE1

Color information

#7DFCE1 (or 0x7DFCE1) is unknown color: approx Aquamarine. HEX triplet: 7D, FC and E1. RGB value is (125,252,225). Sum of RGB (Red+Green+Blue) = 125+252+225=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCE1 is #82031E. Grayscale: #D2D2D2. Windows color (decimal): -8520479 or 14810237. OLE color: 14810237.

HSL color Cylindrical-coordinate representation of color #7DFCE1: hue angle of 167.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCE1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB125252225-
CMYK0.5000.110.01
HSL167.24º95.49%73.92%-
HSV(B)167.24º50.4%98.82%-
XYZ56.8679.4283.57-
YUV210.95135.9266.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.76%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=20.76%
G=41.86%
B=37.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252522250.5000.110.01167.2495.4973.92
Hex7DFCE1320B1a75f4a
Octal175374341620131247137112
Binary111110111111100111000011100100101111010011110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,252,225); }

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

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

 a { background-color: rgb(125,252,225); }

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

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

 span { border-color: rgb(125,252,225); }

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