#7DFCB1

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

Shades of Aquamarine #7DFCB1

Tints of Aquamarine #7DFCB1

Color information

#7DFCB1 (or 0x7DFCB1) is unknown color: approx Aquamarine. HEX triplet: 7D, FC and B1. RGB value is (125,252,177). Sum of RGB (Red+Green+Blue) = 125+252+177=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFCB1 is #82034E. Grayscale: #CDCDCD. Windows color (decimal): -8520527 or 11664509. OLE color: 11664509.

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

Color convert

RGB125252177-
CMYK0.5000.300.01
HSL144.57º95.49%73.92%-
HSV(B)144.57º50.4%98.82%-
XYZ51.277.1653.79-
YUV205.48111.9270.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 252 (98.83% from 255) = 45.49%
BLUE value IS 177 (69.53% from 255) = 31.95%
R=22.56%
G=45.49%
B=31.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252521770.5000.300.01144.5795.4973.92
Hex7DFCB13201E1915f4a
Octal175374261620361221137112
Binary1111101111111001011000111001001111011001000110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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