#7DF9B4

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

Shades of Aquamarine #7DF9B4

Tints of Aquamarine #7DF9B4

Color information

#7DF9B4 (or 0x7DF9B4) is unknown color: approx Aquamarine. HEX triplet: 7D, F9 and B4. RGB value is (125,249,180). Sum of RGB (Red+Green+Blue) = 125+249+180=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9B4 is #82064B. Grayscale: #CCCCCC. Windows color (decimal): -8521292 or 11860349. OLE color: 11860349.

HSL color Cylindrical-coordinate representation of color #7DF9B4: hue angle of 146.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9B4 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB125249180-
CMYK0.5000.280.02
HSL146.61º91.18%73.33%-
HSV(B)146.61º49.8%97.65%-
XYZ50.5775.4155.07-
YUV204.06114.4271.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=22.56%
G=44.95%
B=32.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252491800.5000.280.02146.6191.1873.33
Hex7DF9B43201C2935b49
Octal175371264620342223133111
Binary11111011111100110110100110010011100101001001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,249,180); }

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

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

 a { background-color: rgb(125,249,180); }

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

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

 span { border-color: rgb(125,249,180); }

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