#7DF9BB

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

Shades of Aquamarine #7DF9BB

Tints of Aquamarine #7DF9BB

Color information

#7DF9BB (or 0x7DF9BB) is unknown color: approx Aquamarine. HEX triplet: 7D, F9 and BB. RGB value is (125,249,187). Sum of RGB (Red+Green+Blue) = 125+249+187=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF9BB is #820644. Grayscale: #CCCCCC. Windows color (decimal): -8521285 or 12319101. OLE color: 12319101.

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

Color convert

RGB125249187-
CMYK0.5000.250.02
HSL150º91.18%73.33%-
HSV(B)150º49.8%97.65%-
XYZ51.375.758.92-
YUV204.86117.9271.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=22.28%
G=44.39%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252491870.5000.250.0215091.1873.33
Hex7DF9BB320192965b49
Octal175371273620312226133111
Binary11111011111100110111011110010011001101001011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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