#7DF1BB

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

Shades of Aquamarine #7DF1BB

Tints of Aquamarine #7DF1BB

Color information

#7DF1BB (or 0x7DF1BB) is unknown color: approx Aquamarine. HEX triplet: 7D, F1 and BB. RGB value is (125,241,187). Sum of RGB (Red+Green+Blue) = 125+241+187=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF1BB is #820E44. Grayscale: #C8C8C8. Windows color (decimal): -8523333 or 12317053. OLE color: 12317053.

HSL color Cylindrical-coordinate representation of color #7DF1BB: hue angle of 152.07º 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 #7DF1BB is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB125241187-
CMYK0.4800.220.05
HSL152.07º80.56%71.76%-
HSV(B)152.07º48.13%94.51%-
XYZ48.8870.8658.11-
YUV200.16120.5774.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=22.60%
G=43.58%
B=33.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252411870.4800.220.05152.0780.5671.76
Hex7DF1BB300165985148
Octal175361273600265230121110
Binary111110111110001101110111100000101101011001100010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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