#7DFDBB

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

Shades of Aquamarine #7DFDBB

Tints of Aquamarine #7DFDBB

Color information

#7DFDBB (or 0x7DFDBB) is unknown color: approx Aquamarine. HEX triplet: 7D, FD and BB. RGB value is (125,253,187). Sum of RGB (Red+Green+Blue) = 125+253+187=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDBB is #820244. Grayscale: #CFCFCF. Windows color (decimal): -8520261 or 12320125. OLE color: 12320125.

HSL color Cylindrical-coordinate representation of color #7DFDBB: hue angle of 149.06º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDBB is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB125253187-
CMYK0.5100.260.01
HSL149.06º96.97%74.12%-
HSV(B)149.06º50.59%99.22%-
XYZ52.5578.259.34-
YUV207.2116.5969.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.12%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=22.12%
G=44.78%
B=33.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531870.5100.260.01149.0696.9774.12
Hex7DFDBB3301A195614a
Octal175375273630321225141112
Binary1111101111111011011101111001101101011001010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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