#7DFCC4

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

Shades of Aquamarine #7DFCC4

Tints of Aquamarine #7DFCC4

Color information

#7DFCC4 (or 0x7DFCC4) is unknown color: approx Aquamarine. HEX triplet: 7D, FC and C4. RGB value is (125,252,196). Sum of RGB (Red+Green+Blue) = 125+252+196=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFCC4 is #82033B. Grayscale: #CFCFCF. Windows color (decimal): -8520508 or 12909693. OLE color: 12909693.

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

Color convert

RGB125252196-
CMYK0.5000.220.01
HSL153.54º95.49%73.92%-
HSV(B)153.54º50.4%98.82%-
XYZ53.2377.9764.47-
YUV207.64121.4269.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.82%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=21.82%
G=43.98%
B=34.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252521960.5000.220.01153.5495.4973.92
Hex7DFCC43201619a5f4a
Octal175374304620261232137112
Binary1111101111111001100010011001001011011001101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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