#7DFABA

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

Shades of Aquamarine #7DFABA

Tints of Aquamarine #7DFABA

Color information

#7DFABA (or 0x7DFABA) is unknown color: approx Aquamarine. HEX triplet: 7D, FA and BA. RGB value is (125,250,186). Sum of RGB (Red+Green+Blue) = 125+250+186=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFABA is #820545. Grayscale: #CDCDCD. Windows color (decimal): -8521030 or 12253821. OLE color: 12253821.

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

Color convert

RGB125250186-
CMYK0.5000.260.02
HSL149.28º92.59%73.53%-
HSV(B)149.28º50%98.04%-
XYZ51.5176.2858.46-
YUV205.33117.0970.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=22.28%
G=44.56%
B=33.16%

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
Decimal1252501860.5000.260.02149.2892.5973.53
Hex7DFABA3201A2955d4a
Octal175372272620322225135112
Binary11111011111101010111010110010011010101001010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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