#7DF1B9

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

Shades of Aquamarine #7DF1B9

Tints of Aquamarine #7DF1B9

Color information

#7DF1B9 (or 0x7DF1B9) is unknown color: approx Aquamarine. HEX triplet: 7D, F1 and B9. RGB value is (125,241,185). Sum of RGB (Red+Green+Blue) = 125+241+185=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1B9 is #820E46. Grayscale: #C8C8C8. Windows color (decimal): -8523335 or 12185981. OLE color: 12185981.

HSL color Cylindrical-coordinate representation of color #7DF1B9: hue angle of 151.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1B9 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB125241185-
CMYK0.4800.230.05
HSL151.03º80.56%71.76%-
HSV(B)151.03º48.13%94.51%-
XYZ48.6770.7756.99-
YUV199.93119.5774.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.69%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=22.69%
G=43.74%
B=33.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252411850.4800.230.05151.0380.5671.76
Hex7DF1B9300175975148
Octal175361271600275227121110
Binary111110111110001101110011100000101111011001011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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