#7DFAB9

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

Shades of Aquamarine #7DFAB9

Tints of Aquamarine #7DFAB9

Color information

#7DFAB9 (or 0x7DFAB9) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and B9. RGB value is (125,250,185). Sum of RGB (Red+Green+Blue) = 125+250+185=560 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.32% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFAB9 is #820546. Grayscale: #CDCDCD. Windows color (decimal): -8521031 or 12188285. OLE color: 12188285.

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

Color convert

RGB125250185-
CMYK0.5000.260.02
HSL148.8º92.59%73.53%-
HSV(B)148.8º50%98.04%-
XYZ51.476.2357.9-
YUV205.22116.5970.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.32%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=22.32%
G=44.64%
B=33.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252501850.5000.260.02148.892.5973.53
Hex7DFAB93201A2955d4a
Octal175372271620322225135112
Binary11111011111101010111001110010011010101001010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,250,185); }

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

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

 a { background-color: rgb(125,250,185); }

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

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

 span { border-color: rgb(125,250,185); }

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