#7DF0B5

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

Shades of Aquamarine #7DF0B5

Tints of Aquamarine #7DF0B5

Color information

#7DF0B5 (or 0x7DF0B5) is unknown color: approx Aquamarine. HEX triplet: 7D, F0 and B5. RGB value is (125,240,181). Sum of RGB (Red+Green+Blue) = 125+240+181=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF0B5 is #820F4A. Grayscale: #C7C7C7. Windows color (decimal): -8523595 or 11923581. OLE color: 11923581.

HSL color Cylindrical-coordinate representation of color #7DF0B5: hue angle of 149.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0B5 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB125240181-
CMYK0.4800.250.06
HSL149.22º79.31%71.57%-
HSV(B)149.22º47.92%94.12%-
XYZ47.9670.0254.7-
YUV198.89117.975.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=22.89%
G=43.96%
B=33.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252401810.4800.250.06149.2279.3171.57
Hex7DF0B5300196954f48
Octal175360265600316225117110
Binary111110111110000101101011100000110011101001010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,240,181); }

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

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

 a { background-color: rgb(125,240,181); }

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

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

 span { border-color: rgb(125,240,181); }

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