#7DF9BD

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

Shades of Aquamarine #7DF9BD

Tints of Aquamarine #7DF9BD

Color information

#7DF9BD (or 0x7DF9BD) is unknown color: approx Aquamarine. HEX triplet: 7D, F9 and BD. RGB value is (125,249,189). Sum of RGB (Red+Green+Blue) = 125+249+189=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9BD is #820642. Grayscale: #CDCDCD. Windows color (decimal): -8521283 or 12450173. OLE color: 12450173.

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

Color convert

RGB125249189-
CMYK0.5000.240.02
HSL150.97º91.18%73.33%-
HSV(B)150.97º49.8%97.65%-
XYZ51.5275.7960.06-
YUV205.08118.9270.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=22.20%
G=44.23%
B=33.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252491890.5000.240.02150.9791.1873.33
Hex7DF9BD320182975b49
Octal175371275620302227133111
Binary11111011111100110111101110010011000101001011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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