#7DEDBE

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

Shades of Aquamarine #7DEDBE

Tints of Aquamarine #7DEDBE

Color information

#7DEDBE (or 0x7DEDBE) is unknown color: approx Aquamarine. HEX triplet: 7D, ED and BE. RGB value is (125,237,190). Sum of RGB (Red+Green+Blue) = 125+237+190=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEDBE is #821241. Grayscale: #C6C6C6. Windows color (decimal): -8524354 or 12512637. OLE color: 12512637.

HSL color Cylindrical-coordinate representation of color #7DEDBE: hue angle of 154.82º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEDBE is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB125237190-
CMYK0.4700.200.07
HSL154.82º75.68%70.98%-
HSV(B)154.82º47.26%92.94%-
XYZ48.0468.6559.43-
YUV198.15123.3975.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.64%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=22.64%
G=42.93%
B=34.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252371900.4700.200.07154.8275.6870.98
Hex7DEDBE2F01479b4c47
Octal175355276570247233114107
Binary111110111101101101111101011110101001111001101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,237,190); }

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

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

 a { background-color: rgb(125,237,190); }

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

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

 span { border-color: rgb(125,237,190); }

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